Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetAgentMemoryResponse
-
Packages that use GetAgentMemoryResponse Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.paginators -
-
Uses of GetAgentMemoryResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return GetAgentMemoryResponse Modifier and Type Method Description default 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 GetAgentMemoryResponse Modifier and Type Method Description default 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 GetAgentMemoryResponse Modifier and Type Method Description Iterator<GetAgentMemoryResponse>GetAgentMemoryIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.paginators with type arguments of type GetAgentMemoryResponse Modifier and Type Method Description voidGetAgentMemoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetAgentMemoryResponse> subscriber)
-