@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class OpsWorksClientWaiters extends Object
Constructor | Description |
---|---|
OpsWorksClientWaiters(OpsWorksClient client) |
Constructs a new OpsWorksClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<DescribeAppsRequest> |
appExists() |
Builds a AppExists 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<DescribeDeploymentsRequest> |
deploymentSuccessful() |
Builds a DeploymentSuccessful 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<DescribeInstancesRequest> |
instanceOnline() |
Builds a InstanceOnline 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<DescribeInstancesRequest> |
instanceRegistered() |
Builds a InstanceRegistered 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<DescribeInstancesRequest> |
instanceStopped() |
Builds a InstanceStopped 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<DescribeInstancesRequest> |
instanceTerminated() |
Builds a InstanceTerminated 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 OpsWorksClientWaiters(OpsWorksClient client)
client
- Service clientpublic Waiter<DescribeInstancesRequest> instanceTerminated()
public Waiter<DescribeAppsRequest> appExists()
public Waiter<DescribeInstancesRequest> instanceOnline()
public Waiter<DescribeDeploymentsRequest> deploymentSuccessful()
public Waiter<DescribeInstancesRequest> instanceStopped()
public Waiter<DescribeInstancesRequest> instanceRegistered()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.