Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetAgentMemoryRequest
Packages that use GetAgentMemoryRequest
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of GetAgentMemoryRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type GetAgentMemoryRequestModifier and TypeMethodDescriptiondefault CompletableFuture<GetAgentMemoryResponse>BedrockAgentRuntimeAsyncClient.getAgentMemory(GetAgentMemoryRequest getAgentMemoryRequest) Gets the sessions stored in the memory of the agent.default GetAgentMemoryResponseBedrockAgentRuntimeClient.getAgentMemory(GetAgentMemoryRequest getAgentMemoryRequest) Gets the sessions stored in the memory of the agent.default GetAgentMemoryPublisherBedrockAgentRuntimeAsyncClient.getAgentMemoryPaginator(GetAgentMemoryRequest getAgentMemoryRequest) This is a variant ofBedrockAgentRuntimeAsyncClient.getAgentMemory(software.amazon.awssdk.services.bedrockagentruntime.model.GetAgentMemoryRequest)operation.default GetAgentMemoryIterableBedrockAgentRuntimeClient.getAgentMemoryPaginator(GetAgentMemoryRequest getAgentMemoryRequest) This is a variant ofBedrockAgentRuntimeClient.getAgentMemory(software.amazon.awssdk.services.bedrockagentruntime.model.GetAgentMemoryRequest)operation. -
Uses of GetAgentMemoryRequest in software.amazon.awssdk.services.bedrockagentruntime.paginators
Constructors in software.amazon.awssdk.services.bedrockagentruntime.paginators with parameters of type GetAgentMemoryRequestModifierConstructorDescriptionGetAgentMemoryIterable(BedrockAgentRuntimeClient client, GetAgentMemoryRequest firstRequest) GetAgentMemoryPublisher(BedrockAgentRuntimeAsyncClient client, GetAgentMemoryRequest firstRequest) -
Uses of GetAgentMemoryRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type GetAgentMemoryRequestModifier and TypeMethodDescriptionGetAgentMemoryRequestMarshaller.marshall(GetAgentMemoryRequest getAgentMemoryRequest)