@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class EMRClientWaiters extends Object
Constructor | Description |
---|---|
EMRClientWaiters(EMRClient client) |
Constructs a new EMRClientWaiters with the given client
|
Modifier and Type | Method | 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<DescribeClusterRequest> |
clusterTerminated() |
Builds a ClusterTerminated 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 EMRClientWaiters(EMRClient client)
client
- Service clientpublic Waiter<DescribeClusterRequest> clusterRunning()
public Waiter<DescribeStepRequest> stepComplete()
public Waiter<DescribeClusterRequest> clusterTerminated()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.