@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class ElastiCacheClientWaiters extends Object
Constructor | Description |
---|---|
ElastiCacheClientWaiters(ElastiCacheClient client) |
Constructs a new ElastiCacheClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<DescribeCacheClustersRequest> |
cacheClusterAvailable() |
Builds a CacheClusterAvailable 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<DescribeCacheClustersRequest> |
cacheClusterDeleted() |
Builds a CacheClusterDeleted 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<DescribeReplicationGroupsRequest> |
replicationGroupAvailable() |
Builds a ReplicationGroupAvailable 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<DescribeReplicationGroupsRequest> |
replicationGroupDeleted() |
Builds a ReplicationGroupDeleted 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 ElastiCacheClientWaiters(ElastiCacheClient client)
client
- Service clientpublic Waiter<DescribeCacheClustersRequest> cacheClusterDeleted()
public Waiter<DescribeReplicationGroupsRequest> replicationGroupAvailable()
public Waiter<DescribeCacheClustersRequest> cacheClusterAvailable()
public Waiter<DescribeReplicationGroupsRequest> replicationGroupDeleted()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.