@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonRedshiftWaiters extends Object
Constructor and Description |
---|
AmazonRedshiftWaiters(AmazonRedshift client)
Constructs a new AmazonRedshiftWaiters with the given client
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeClustersRequest> |
clusterAvailable()
Builds a ClusterAvailable 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<DescribeClustersRequest> |
clusterDeleted()
Builds a ClusterDeleted 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<DescribeClustersRequest> |
clusterRestored()
Builds a ClusterRestored 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.
|
void |
shutdown() |
Waiter<DescribeClusterSnapshotsRequest> |
snapshotAvailable()
Builds a SnapshotAvailable 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 AmazonRedshiftWaiters(AmazonRedshift client)
client
- Service clientpublic Waiter<DescribeClustersRequest> clusterDeleted()
public Waiter<DescribeClusterSnapshotsRequest> snapshotAvailable()
public Waiter<DescribeClustersRequest> clusterRestored()
public Waiter<DescribeClustersRequest> clusterAvailable()
public void shutdown()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.