Uses of Interface
software.amazon.awssdk.services.dsql.DsqlAsyncClient
-
Packages that use DsqlAsyncClient Package Description software.amazon.awssdk.services.dsql This is an interface reference for Amazon Aurora DSQL.software.amazon.awssdk.services.dsql.paginators software.amazon.awssdk.services.dsql.waiters -
-
Uses of DsqlAsyncClient in software.amazon.awssdk.services.dsql
Methods in software.amazon.awssdk.services.dsql that return DsqlAsyncClient Modifier and Type Method Description static DsqlAsyncClientDsqlAsyncClient. create()Create aDsqlAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of DsqlAsyncClient in software.amazon.awssdk.services.dsql.paginators
Constructors in software.amazon.awssdk.services.dsql.paginators with parameters of type DsqlAsyncClient Constructor Description ListClustersPublisher(DsqlAsyncClient client, ListClustersRequest firstRequest) -
Uses of DsqlAsyncClient in software.amazon.awssdk.services.dsql.waiters
Methods in software.amazon.awssdk.services.dsql.waiters with parameters of type DsqlAsyncClient Modifier and Type Method Description DsqlAsyncWaiter.BuilderDsqlAsyncWaiter.Builder. client(DsqlAsyncClient client)Sets a customDsqlAsyncClientthat will be used to poll the resource
-