@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSOpsWorksWaiters extends Object
Constructor and Description |
---|
AWSOpsWorksWaiters(AWSOpsWorks client)
Constructs a new AWSOpsWorksWaiters with the given client
|
Modifier and Type | Method and 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.
|
void |
shutdown() |
public AWSOpsWorksWaiters(AWSOpsWorks 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()
public void shutdown()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.