Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecordOutput
Packages that use MemoryRecordOutput
-
Uses of MemoryRecordOutput in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryRecordOutputModifier and TypeMethodDescriptionfinal List<MemoryRecordOutput>BatchCreateMemoryRecordsResponse.failedRecords()A list of memory records that failed to be created, including error details for each failure.final List<MemoryRecordOutput>BatchDeleteMemoryRecordsResponse.failedRecords()A list of memory records that failed to be deleted, including error details for each failure.final List<MemoryRecordOutput>BatchUpdateMemoryRecordsResponse.failedRecords()A list of memory records that failed to be updated, including error details for each failure.final List<MemoryRecordOutput>BatchCreateMemoryRecordsResponse.successfulRecords()A list of memory records that were successfully created during the batch operation.final List<MemoryRecordOutput>BatchDeleteMemoryRecordsResponse.successfulRecords()A list of memory records that were successfully deleted during the batch operation.final List<MemoryRecordOutput>BatchUpdateMemoryRecordsResponse.successfulRecords()A list of memory records that were successfully updated during the batch operation.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type MemoryRecordOutputModifier and TypeMethodDescriptionBatchCreateMemoryRecordsResponse.Builder.failedRecords(MemoryRecordOutput... failedRecords) A list of memory records that failed to be created, including error details for each failure.BatchDeleteMemoryRecordsResponse.Builder.failedRecords(MemoryRecordOutput... failedRecords) A list of memory records that failed to be deleted, including error details for each failure.BatchUpdateMemoryRecordsResponse.Builder.failedRecords(MemoryRecordOutput... failedRecords) A list of memory records that failed to be updated, including error details for each failure.BatchCreateMemoryRecordsResponse.Builder.successfulRecords(MemoryRecordOutput... successfulRecords) A list of memory records that were successfully created during the batch operation.BatchDeleteMemoryRecordsResponse.Builder.successfulRecords(MemoryRecordOutput... successfulRecords) A list of memory records that were successfully deleted during the batch operation.BatchUpdateMemoryRecordsResponse.Builder.successfulRecords(MemoryRecordOutput... successfulRecords) A list of memory records that were successfully updated during the batch operation.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type MemoryRecordOutputModifier and TypeMethodDescriptionBatchCreateMemoryRecordsResponse.Builder.failedRecords(Collection<MemoryRecordOutput> failedRecords) A list of memory records that failed to be created, including error details for each failure.BatchDeleteMemoryRecordsResponse.Builder.failedRecords(Collection<MemoryRecordOutput> failedRecords) A list of memory records that failed to be deleted, including error details for each failure.BatchUpdateMemoryRecordsResponse.Builder.failedRecords(Collection<MemoryRecordOutput> failedRecords) A list of memory records that failed to be updated, including error details for each failure.BatchCreateMemoryRecordsResponse.Builder.successfulRecords(Collection<MemoryRecordOutput> successfulRecords) A list of memory records that were successfully created during the batch operation.BatchDeleteMemoryRecordsResponse.Builder.successfulRecords(Collection<MemoryRecordOutput> successfulRecords) A list of memory records that were successfully deleted during the batch operation.BatchUpdateMemoryRecordsResponse.Builder.successfulRecords(Collection<MemoryRecordOutput> successfulRecords) A list of memory records that were successfully updated during the batch operation.