Uses of Interface
software.amazon.awssdk.services.bedrockagent.BedrockAgentAsyncClient
-
Packages that use BedrockAgentAsyncClient Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the stringsoftware.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of BedrockAgentAsyncClient in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return BedrockAgentAsyncClient Modifier and Type Method Description static BedrockAgentAsyncClientBedrockAgentAsyncClient. create()Create aBedrockAgentAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of BedrockAgentAsyncClient in software.amazon.awssdk.services.bedrockagent.paginators
Constructors in software.amazon.awssdk.services.bedrockagent.paginators with parameters of type BedrockAgentAsyncClient Constructor Description ListAgentActionGroupsPublisher(BedrockAgentAsyncClient client, ListAgentActionGroupsRequest firstRequest)ListAgentAliasesPublisher(BedrockAgentAsyncClient client, ListAgentAliasesRequest firstRequest)ListAgentKnowledgeBasesPublisher(BedrockAgentAsyncClient client, ListAgentKnowledgeBasesRequest firstRequest)ListAgentsPublisher(BedrockAgentAsyncClient client, ListAgentsRequest firstRequest)ListAgentVersionsPublisher(BedrockAgentAsyncClient client, ListAgentVersionsRequest firstRequest)ListDataSourcesPublisher(BedrockAgentAsyncClient client, ListDataSourcesRequest firstRequest)ListIngestionJobsPublisher(BedrockAgentAsyncClient client, ListIngestionJobsRequest firstRequest)ListKnowledgeBasesPublisher(BedrockAgentAsyncClient client, ListKnowledgeBasesRequest firstRequest)
-