@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonCloudFormationWaiters extends Object
Constructor and Description |
---|
AmazonCloudFormationWaiters(AmazonCloudFormation client)
Constructs a new AmazonCloudFormationWaiters with the given client
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeChangeSetRequest> |
changeSetCreateComplete()
Builds a ChangeSetCreateComplete 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() |
Waiter<DescribeStacksRequest> |
stackCreateComplete()
Builds a StackCreateComplete 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<DescribeStacksRequest> |
stackDeleteComplete()
Builds a StackDeleteComplete 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<DescribeStacksRequest> |
stackExists()
Builds a StackExists 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<DescribeStacksRequest> |
stackUpdateComplete()
Builds a StackUpdateComplete 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 AmazonCloudFormationWaiters(AmazonCloudFormation client)
client
- Service clientpublic Waiter<DescribeStacksRequest> stackExists()
public Waiter<DescribeStacksRequest> stackCreateComplete()
public Waiter<DescribeChangeSetRequest> changeSetCreateComplete()
public Waiter<DescribeStacksRequest> stackDeleteComplete()
public Waiter<DescribeStacksRequest> stackUpdateComplete()
public void shutdown()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.