Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.BedrockAgentRuntimeAsyncClient
-
Packages that use BedrockAgentRuntimeAsyncClient 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 BedrockAgentRuntimeAsyncClient in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return BedrockAgentRuntimeAsyncClient Modifier and Type Method Description static BedrockAgentRuntimeAsyncClientBedrockAgentRuntimeAsyncClient. create()Create aBedrockAgentRuntimeAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of BedrockAgentRuntimeAsyncClient in software.amazon.awssdk.services.bedrockagentruntime.paginators
Constructors in software.amazon.awssdk.services.bedrockagentruntime.paginators with parameters of type BedrockAgentRuntimeAsyncClient Constructor Description GetAgentMemoryPublisher(BedrockAgentRuntimeAsyncClient client, GetAgentMemoryRequest firstRequest)ListFlowExecutionEventsPublisher(BedrockAgentRuntimeAsyncClient client, ListFlowExecutionEventsRequest firstRequest)ListFlowExecutionsPublisher(BedrockAgentRuntimeAsyncClient client, ListFlowExecutionsRequest firstRequest)ListInvocationsPublisher(BedrockAgentRuntimeAsyncClient client, ListInvocationsRequest firstRequest)ListInvocationStepsPublisher(BedrockAgentRuntimeAsyncClient client, ListInvocationStepsRequest firstRequest)ListSessionsPublisher(BedrockAgentRuntimeAsyncClient client, ListSessionsRequest firstRequest)RerankPublisher(BedrockAgentRuntimeAsyncClient client, RerankRequest firstRequest)RetrievePublisher(BedrockAgentRuntimeAsyncClient client, RetrieveRequest firstRequest)
-