Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.BatchCreateMemoryRecordsResponse
Packages that use BatchCreateMemoryRecordsResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of BatchCreateMemoryRecordsResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return BatchCreateMemoryRecordsResponseModifier and TypeMethodDescriptiondefault BatchCreateMemoryRecordsResponseBedrockAgentCoreClient.batchCreateMemoryRecords(Consumer<BatchCreateMemoryRecordsRequest.Builder> batchCreateMemoryRecordsRequest) Creates multiple memory records in a single batch operation for the specified memory with custom content.default BatchCreateMemoryRecordsResponseBedrockAgentCoreClient.batchCreateMemoryRecords(BatchCreateMemoryRecordsRequest batchCreateMemoryRecordsRequest) Creates multiple memory records in a single batch operation for the specified memory with custom content.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type BatchCreateMemoryRecordsResponseModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.batchCreateMemoryRecords(Consumer<BatchCreateMemoryRecordsRequest.Builder> batchCreateMemoryRecordsRequest) Creates multiple memory records in a single batch operation for the specified memory with custom content.BedrockAgentCoreAsyncClient.batchCreateMemoryRecords(BatchCreateMemoryRecordsRequest batchCreateMemoryRecordsRequest) Creates multiple memory records in a single batch operation for the specified memory with custom content.