Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetAgentMemoryRequest.Builder
Packages that use GetAgentMemoryRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of GetAgentMemoryRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type GetAgentMemoryRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetAgentMemoryResponse>BedrockAgentRuntimeAsyncClient.getAgentMemory(Consumer<GetAgentMemoryRequest.Builder> getAgentMemoryRequest) Gets the sessions stored in the memory of the agent.default GetAgentMemoryResponseBedrockAgentRuntimeClient.getAgentMemory(Consumer<GetAgentMemoryRequest.Builder> getAgentMemoryRequest) Gets the sessions stored in the memory of the agent.default GetAgentMemoryPublisherBedrockAgentRuntimeAsyncClient.getAgentMemoryPaginator(Consumer<GetAgentMemoryRequest.Builder> getAgentMemoryRequest) This is a variant ofBedrockAgentRuntimeAsyncClient.getAgentMemory(software.amazon.awssdk.services.bedrockagentruntime.model.GetAgentMemoryRequest)operation.default GetAgentMemoryIterableBedrockAgentRuntimeClient.getAgentMemoryPaginator(Consumer<GetAgentMemoryRequest.Builder> getAgentMemoryRequest) This is a variant ofBedrockAgentRuntimeClient.getAgentMemory(software.amazon.awssdk.services.bedrockagentruntime.model.GetAgentMemoryRequest)operation. -
Uses of GetAgentMemoryRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetAgentMemoryRequest.BuilderModifier and TypeMethodDescriptionGetAgentMemoryRequest.Builder.agentAliasId(String agentAliasId) The unique identifier of an alias of an agent.The unique identifier of the agent to which the alias belongs.GetAgentMemoryRequest.builder()The maximum number of items to return in the response.The unique identifier of the memory.GetAgentMemoryRequest.Builder.memoryType(String memoryType) The type of memory.GetAgentMemoryRequest.Builder.memoryType(MemoryType memoryType) The type of memory.If the total number of results is greater than the maxItems value provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.GetAgentMemoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetAgentMemoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetAgentMemoryRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetAgentMemoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetAgentMemoryRequest.Builder>GetAgentMemoryRequest.serializableBuilderClass()