Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetAgentMemoryResponse
Packages that use GetAgentMemoryResponse
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of GetAgentMemoryResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return GetAgentMemoryResponseModifier and TypeMethodDescriptiondefault GetAgentMemoryResponseBedrockAgentRuntimeClient.getAgentMemory(Consumer<GetAgentMemoryRequest.Builder> 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.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type GetAgentMemoryResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetAgentMemoryResponse>BedrockAgentRuntimeAsyncClient.getAgentMemory(Consumer<GetAgentMemoryRequest.Builder> getAgentMemoryRequest) Gets the sessions stored in the memory of the agent.default CompletableFuture<GetAgentMemoryResponse>BedrockAgentRuntimeAsyncClient.getAgentMemory(GetAgentMemoryRequest getAgentMemoryRequest) Gets the sessions stored in the memory of the agent. -
Uses of GetAgentMemoryResponse in software.amazon.awssdk.services.bedrockagentruntime.paginators
Methods in software.amazon.awssdk.services.bedrockagentruntime.paginators that return types with arguments of type GetAgentMemoryResponseMethod parameters in software.amazon.awssdk.services.bedrockagentruntime.paginators with type arguments of type GetAgentMemoryResponseModifier and TypeMethodDescriptionvoidGetAgentMemoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetAgentMemoryResponse> subscriber)