Uses of Interface
software.amazon.awssdk.services.redshift.RedshiftAsyncClient
-
Packages that use RedshiftAsyncClient Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators software.amazon.awssdk.services.redshift.waiters -
-
Uses of RedshiftAsyncClient in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return RedshiftAsyncClient Modifier and Type Method Description static RedshiftAsyncClient
RedshiftAsyncClient. create()
Create aRedshiftAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
Uses of RedshiftAsyncClient in software.amazon.awssdk.services.redshift.paginators
-
Uses of RedshiftAsyncClient in software.amazon.awssdk.services.redshift.waiters
Methods in software.amazon.awssdk.services.redshift.waiters with parameters of type RedshiftAsyncClient Modifier and Type Method Description RedshiftAsyncWaiter.Builder
RedshiftAsyncWaiter.Builder. client(RedshiftAsyncClient client)
Sets a customRedshiftAsyncClient
that will be used to poll the resource
-