@Generated(value="software.amazon.awssdk:codegen") public interface RedshiftAsyncWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
RedshiftAsyncWaiter.Builder |
closedefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterAvailable(DescribeClustersRequest describeClustersRequest)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterAvailable is
met, or until it is determined that the resource will never enter into the desired statedescribeClustersRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterAvailable(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterAvailable 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 DescribeClustersRequest.builder()
describeClustersRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterAvailable(DescribeClustersRequest describeClustersRequest, WaiterOverrideConfiguration overrideConfig)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterAvailable is
met, or until it is determined that the resource will never enter into the desired statedescribeClustersRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterAvailable(Consumer<DescribeClustersRequest.Builder> describeClustersRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterAvailable 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
describeClustersRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterDeleted(DescribeClustersRequest describeClustersRequest)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterDeleted is met,
or until it is determined that the resource will never enter into the desired statedescribeClustersRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterDeleted(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterDeleted 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 DescribeClustersRequest.builder()
describeClustersRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterDeleted(DescribeClustersRequest describeClustersRequest, WaiterOverrideConfiguration overrideConfig)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterDeleted is met,
or until it is determined that the resource will never enter into the desired statedescribeClustersRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterDeleted(Consumer<DescribeClustersRequest.Builder> describeClustersRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterDeleted 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
describeClustersRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterRestored(DescribeClustersRequest describeClustersRequest)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterRestored is
met, or until it is determined that the resource will never enter into the desired statedescribeClustersRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterRestored(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterRestored 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 DescribeClustersRequest.builder()
describeClustersRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterRestored(DescribeClustersRequest describeClustersRequest, WaiterOverrideConfiguration overrideConfig)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterRestored is
met, or until it is determined that the resource will never enter into the desired statedescribeClustersRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeClustersResponse>> waitUntilClusterRestored(Consumer<DescribeClustersRequest.Builder> describeClustersRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RedshiftAsyncClient.describeClusters(software.amazon.awssdk.services.redshift.model.DescribeClustersRequest) API until the desired condition ClusterRestored 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
describeClustersRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeClusterSnapshotsResponse>> waitUntilSnapshotAvailable(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
RedshiftAsyncClient.describeClusterSnapshots(software.amazon.awssdk.services.redshift.model.DescribeClusterSnapshotsRequest) API until the desired condition
SnapshotAvailable is met, or until it is determined that the resource will never enter into the desired
statedescribeClusterSnapshotsRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeClusterSnapshotsResponse>> waitUntilSnapshotAvailable(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest)
RedshiftAsyncClient.describeClusterSnapshots(software.amazon.awssdk.services.redshift.model.DescribeClusterSnapshotsRequest) API until the desired condition
SnapshotAvailable 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 DescribeClusterSnapshotsRequest.builder()
describeClusterSnapshotsRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeClusterSnapshotsResponse>> waitUntilSnapshotAvailable(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest, WaiterOverrideConfiguration overrideConfig)
RedshiftAsyncClient.describeClusterSnapshots(software.amazon.awssdk.services.redshift.model.DescribeClusterSnapshotsRequest) API until the desired condition
SnapshotAvailable is met, or until it is determined that the resource will never enter into the desired
statedescribeClusterSnapshotsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeClusterSnapshotsResponse>> waitUntilSnapshotAvailable(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RedshiftAsyncClient.describeClusterSnapshots(software.amazon.awssdk.services.redshift.model.DescribeClusterSnapshotsRequest) API until the desired condition
SnapshotAvailable 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
describeClusterSnapshotsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic RedshiftAsyncWaiter.Builder builder()
RedshiftAsyncWaiter.static RedshiftAsyncWaiter create()
RedshiftAsyncWaiter with the default configuration.
A default RedshiftAsyncClient 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.
RedshiftAsyncWaiterCopyright © 2023. All rights reserved.