public class AmazonElasticMapReduceWaiters extends Object
| Constructor and Description |
|---|
AmazonElasticMapReduceWaiters(AmazonElasticMapReduce client)
Constructs a new AmazonElasticMapReduceWaiters with the given client
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeClusterRequest> |
clusterRunning()
Builds a ClusterRunning 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<DescribeStepRequest> |
stepComplete()
Builds a StepComplete 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 AmazonElasticMapReduceWaiters(AmazonElasticMapReduce client)
client - Service clientpublic Waiter<DescribeClusterRequest> clusterRunning()
public Waiter<DescribeStepRequest> stepComplete()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.