@Generated(value="software.amazon.awssdk:codegen") public interface CloudFrontWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
CloudFrontWaiter.Builder |
closedefault WaiterResponse<GetDistributionResponse> waitUntilDistributionDeployed(GetDistributionRequest getDistributionRequest)
CloudFrontClient.getDistribution(software.amazon.awssdk.services.cloudfront.model.GetDistributionRequest) API until the desired condition DistributionDeployed is
met, or until it is determined that the resource will never enter into the desired stategetDistributionRequest - the request to be used for pollingdefault WaiterResponse<GetDistributionResponse> waitUntilDistributionDeployed(Consumer<GetDistributionRequest.Builder> getDistributionRequest)
CloudFrontClient.getDistribution(software.amazon.awssdk.services.cloudfront.model.GetDistributionRequest) API until the desired condition DistributionDeployed is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetDistributionRequest.builder()
getDistributionRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<GetDistributionResponse> waitUntilDistributionDeployed(GetDistributionRequest getDistributionRequest, WaiterOverrideConfiguration overrideConfig)
CloudFrontClient.getDistribution(software.amazon.awssdk.services.cloudfront.model.GetDistributionRequest) API until the desired condition DistributionDeployed is
met, or until it is determined that the resource will never enter into the desired stategetDistributionRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<GetDistributionResponse> waitUntilDistributionDeployed(Consumer<GetDistributionRequest.Builder> getDistributionRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
CloudFrontClient.getDistribution(software.amazon.awssdk.services.cloudfront.model.GetDistributionRequest) API until the desired condition DistributionDeployed is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getDistributionRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<GetInvalidationResponse> waitUntilInvalidationCompleted(GetInvalidationRequest getInvalidationRequest)
CloudFrontClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest) API until the desired condition InvalidationCompleted is
met, or until it is determined that the resource will never enter into the desired stategetInvalidationRequest - the request to be used for pollingdefault WaiterResponse<GetInvalidationResponse> waitUntilInvalidationCompleted(Consumer<GetInvalidationRequest.Builder> getInvalidationRequest)
CloudFrontClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest) API until the desired condition InvalidationCompleted is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetInvalidationRequest.builder()
getInvalidationRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<GetInvalidationResponse> waitUntilInvalidationCompleted(GetInvalidationRequest getInvalidationRequest, WaiterOverrideConfiguration overrideConfig)
CloudFrontClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest) API until the desired condition InvalidationCompleted is
met, or until it is determined that the resource will never enter into the desired stategetInvalidationRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<GetInvalidationResponse> waitUntilInvalidationCompleted(Consumer<GetInvalidationRequest.Builder> getInvalidationRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
CloudFrontClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest) API until the desired condition InvalidationCompleted is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getInvalidationRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<GetStreamingDistributionResponse> waitUntilStreamingDistributionDeployed(GetStreamingDistributionRequest getStreamingDistributionRequest)
CloudFrontClient.getStreamingDistribution(software.amazon.awssdk.services.cloudfront.model.GetStreamingDistributionRequest) API until the desired condition
StreamingDistributionDeployed is met, or until it is determined that the resource will never enter into
the desired stategetStreamingDistributionRequest - the request to be used for pollingdefault WaiterResponse<GetStreamingDistributionResponse> waitUntilStreamingDistributionDeployed(Consumer<GetStreamingDistributionRequest.Builder> getStreamingDistributionRequest)
CloudFrontClient.getStreamingDistribution(software.amazon.awssdk.services.cloudfront.model.GetStreamingDistributionRequest) API until the desired condition
StreamingDistributionDeployed is met, or until it is determined that the resource will never enter into
the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetStreamingDistributionRequest.builder()
getStreamingDistributionRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<GetStreamingDistributionResponse> waitUntilStreamingDistributionDeployed(GetStreamingDistributionRequest getStreamingDistributionRequest, WaiterOverrideConfiguration overrideConfig)
CloudFrontClient.getStreamingDistribution(software.amazon.awssdk.services.cloudfront.model.GetStreamingDistributionRequest) API until the desired condition
StreamingDistributionDeployed is met, or until it is determined that the resource will never enter into
the desired stategetStreamingDistributionRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<GetStreamingDistributionResponse> waitUntilStreamingDistributionDeployed(Consumer<GetStreamingDistributionRequest.Builder> getStreamingDistributionRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
CloudFrontClient.getStreamingDistribution(software.amazon.awssdk.services.cloudfront.model.GetStreamingDistributionRequest) API until the desired condition
StreamingDistributionDeployed is met, or until it is determined that the resource will never enter into
the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getStreamingDistributionRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic CloudFrontWaiter.Builder builder()
CloudFrontWaiter.static CloudFrontWaiter create()
CloudFrontWaiter with the default configuration.
A default CloudFrontClient will be created to poll resources. It is recommended to share a single
instance of the waiter created via this method. If it is not desirable to share a waiter instance, invoke
SdkAutoCloseable.close() to release the resources once the waiter is not needed.
CloudFrontWaiterCopyright © 2021. All rights reserved.