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