Uses of Interface
software.amazon.awssdk.services.cloudfront.waiters.CloudFrontWaiter
-
Packages that use CloudFrontWaiter Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.waiters -
-
Uses of CloudFrontWaiter in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CloudFrontWaiter Modifier and Type Method Description default CloudFrontWaiter
CloudFrontClient. waiter()
Create an instance ofCloudFrontWaiter
using this client. -
Uses of CloudFrontWaiter in software.amazon.awssdk.services.cloudfront.waiters
Methods in software.amazon.awssdk.services.cloudfront.waiters that return CloudFrontWaiter Modifier and Type Method Description CloudFrontWaiter
CloudFrontWaiter.Builder. build()
Builds an instance ofCloudFrontWaiter
based on the configurations supplied to this builderstatic CloudFrontWaiter
CloudFrontWaiter. create()
Create an instance ofCloudFrontWaiter
with the default configuration.
-