@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class CloudFrontClientWaiters extends Object
Constructor | Description |
---|---|
CloudFrontClientWaiters(CloudFrontClient client) |
Constructs a new CloudFrontClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<GetDistributionRequest> |
distributionDeployed() |
Builds a DistributionDeployed waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<GetInvalidationRequest> |
invalidationCompleted() |
Builds a InvalidationCompleted waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<GetStreamingDistributionRequest> |
streamingDistributionDeployed() |
Builds a StreamingDistributionDeployed waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
public CloudFrontClientWaiters(CloudFrontClient client)
client
- Service clientpublic Waiter<GetDistributionRequest> distributionDeployed()
public Waiter<GetStreamingDistributionRequest> streamingDistributionDeployed()
public Waiter<GetInvalidationRequest> invalidationCompleted()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.