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 CloudFrontAsyncClientCloudFrontAsyncClient. create()Create aCloudFrontAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand 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.BuilderCloudFrontAsyncWaiter.Builder. client(CloudFrontAsyncClient client)Sets a customCloudFrontAsyncClientthat will be used to poll the resource
-