Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecordCreateInput
Packages that use MemoryRecordCreateInput
-
Uses of MemoryRecordCreateInput in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryRecordCreateInputModifier and TypeMethodDescriptionfinal List<MemoryRecordCreateInput>BatchCreateMemoryRecordsRequest.records()A list of memory record creation inputs to be processed in the batch operation.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type MemoryRecordCreateInputModifier and TypeMethodDescriptionBatchCreateMemoryRecordsRequest.Builder.records(MemoryRecordCreateInput... records) A list of memory record creation inputs to be processed in the batch operation.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type MemoryRecordCreateInputModifier and TypeMethodDescriptionBatchCreateMemoryRecordsRequest.Builder.records(Collection<MemoryRecordCreateInput> records) A list of memory record creation inputs to be processed in the batch operation.