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