Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.BatchDeleteMemoryRecordsResponse
Packages that use BatchDeleteMemoryRecordsResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of BatchDeleteMemoryRecordsResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return BatchDeleteMemoryRecordsResponseModifier and TypeMethodDescriptiondefault BatchDeleteMemoryRecordsResponseBedrockAgentCoreClient.batchDeleteMemoryRecords(Consumer<BatchDeleteMemoryRecordsRequest.Builder> batchDeleteMemoryRecordsRequest) Deletes multiple memory records in a single batch operation from the specified memory.default BatchDeleteMemoryRecordsResponseBedrockAgentCoreClient.batchDeleteMemoryRecords(BatchDeleteMemoryRecordsRequest batchDeleteMemoryRecordsRequest) Deletes multiple memory records in a single batch operation from the specified memory.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type BatchDeleteMemoryRecordsResponseModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.batchDeleteMemoryRecords(Consumer<BatchDeleteMemoryRecordsRequest.Builder> batchDeleteMemoryRecordsRequest) Deletes multiple memory records in a single batch operation from the specified memory.BedrockAgentCoreAsyncClient.batchDeleteMemoryRecords(BatchDeleteMemoryRecordsRequest batchDeleteMemoryRecordsRequest) Deletes multiple memory records in a single batch operation from the specified memory.