| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime |
Contains APIs related to model invocation and querying of knowledge bases.
|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GetAgentMemoryResult |
AbstractAWSBedrockAgentRuntime.getAgentMemory(GetAgentMemoryRequest request) |
GetAgentMemoryResult |
AWSBedrockAgentRuntime.getAgentMemory(GetAgentMemoryRequest getAgentMemoryRequest)
Gets the sessions stored in the memory of the agent.
|
GetAgentMemoryResult |
AWSBedrockAgentRuntimeClient.getAgentMemory(GetAgentMemoryRequest request)
Gets the sessions stored in the memory of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAgentMemoryResult> |
AbstractAWSBedrockAgentRuntimeAsync.getAgentMemoryAsync(GetAgentMemoryRequest request,
AsyncHandler<GetAgentMemoryRequest,GetAgentMemoryResult> asyncHandler) |
Future<GetAgentMemoryResult> |
AWSBedrockAgentRuntimeAsync.getAgentMemoryAsync(GetAgentMemoryRequest getAgentMemoryRequest,
AsyncHandler<GetAgentMemoryRequest,GetAgentMemoryResult> asyncHandler)
Gets the sessions stored in the memory of the agent.
|
Future<GetAgentMemoryResult> |
AWSBedrockAgentRuntimeAsyncClient.getAgentMemoryAsync(GetAgentMemoryRequest request,
AsyncHandler<GetAgentMemoryRequest,GetAgentMemoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAgentMemoryResult |
GetAgentMemoryResult.clone() |
GetAgentMemoryResult |
GetAgentMemoryResult.withMemoryContents(Collection<Memory> memoryContents)
Contains details of the sessions stored in the memory
|
GetAgentMemoryResult |
GetAgentMemoryResult.withMemoryContents(Memory... memoryContents)
Contains details of the sessions stored in the memory
|
GetAgentMemoryResult |
GetAgentMemoryResult.withNextToken(String nextToken)
If the total number of results is greater than the maxItems value provided in the request, use this token when
making another request in the
nextToken field to return the next batch of results. |
Copyright © 2025. All rights reserved.