Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.BatchUpdateMemoryRecordsResponse
Packages that use BatchUpdateMemoryRecordsResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of BatchUpdateMemoryRecordsResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return BatchUpdateMemoryRecordsResponseModifier and TypeMethodDescriptiondefault BatchUpdateMemoryRecordsResponseBedrockAgentCoreClient.batchUpdateMemoryRecords(Consumer<BatchUpdateMemoryRecordsRequest.Builder> batchUpdateMemoryRecordsRequest) Updates multiple memory records with custom content in a single batch operation within the specified memory.default BatchUpdateMemoryRecordsResponseBedrockAgentCoreClient.batchUpdateMemoryRecords(BatchUpdateMemoryRecordsRequest batchUpdateMemoryRecordsRequest) Updates multiple memory records with custom content in a single batch operation within the specified memory.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type BatchUpdateMemoryRecordsResponseModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.batchUpdateMemoryRecords(Consumer<BatchUpdateMemoryRecordsRequest.Builder> batchUpdateMemoryRecordsRequest) Updates multiple memory records with custom content in a single batch operation within the specified memory.BedrockAgentCoreAsyncClient.batchUpdateMemoryRecords(BatchUpdateMemoryRecordsRequest batchUpdateMemoryRecordsRequest) Updates multiple memory records with custom content in a single batch operation within the specified memory.