Uses of Interface
software.amazon.awssdk.services.cloudfront.CloudFrontAsyncClient
-
Packages that use CloudFrontAsyncClient Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators software.amazon.awssdk.services.cloudfront.waiters -
-
Uses of CloudFrontAsyncClient in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CloudFrontAsyncClient Modifier and Type Method Description static CloudFrontAsyncClient
CloudFrontAsyncClient. create()
Create aCloudFrontAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
Uses of CloudFrontAsyncClient in software.amazon.awssdk.services.cloudfront.paginators
Constructors in software.amazon.awssdk.services.cloudfront.paginators with parameters of type CloudFrontAsyncClient Constructor Description ListCloudFrontOriginAccessIdentitiesPublisher(CloudFrontAsyncClient client, ListCloudFrontOriginAccessIdentitiesRequest firstRequest)
ListDistributionsPublisher(CloudFrontAsyncClient client, ListDistributionsRequest firstRequest)
ListInvalidationsPublisher(CloudFrontAsyncClient client, ListInvalidationsRequest firstRequest)
ListKeyValueStoresPublisher(CloudFrontAsyncClient client, ListKeyValueStoresRequest firstRequest)
ListStreamingDistributionsPublisher(CloudFrontAsyncClient client, ListStreamingDistributionsRequest firstRequest)
-
Uses of CloudFrontAsyncClient in software.amazon.awssdk.services.cloudfront.waiters
Methods in software.amazon.awssdk.services.cloudfront.waiters with parameters of type CloudFrontAsyncClient Modifier and Type Method Description CloudFrontAsyncWaiter.Builder
CloudFrontAsyncWaiter.Builder. client(CloudFrontAsyncClient client)
Sets a customCloudFrontAsyncClient
that will be used to poll the resource
-