@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class AutoScalingClientWaiters extends Object
Constructor | Description |
---|---|
AutoScalingClientWaiters(AutoScalingClient client) |
Constructs a new AutoScalingClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<DescribeAutoScalingGroupsRequest> |
groupExists() |
Builds a GroupExists 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<DescribeAutoScalingGroupsRequest> |
groupInService() |
Builds a GroupInService 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<DescribeAutoScalingGroupsRequest> |
groupNotExists() |
Builds a GroupNotExists 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 AutoScalingClientWaiters(AutoScalingClient client)
client
- Service clientpublic Waiter<DescribeAutoScalingGroupsRequest> groupInService()
public Waiter<DescribeAutoScalingGroupsRequest> groupNotExists()
public Waiter<DescribeAutoScalingGroupsRequest> groupExists()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.