| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
|
| com.amazonaws.services.autoscaling.model | |
| com.amazonaws.services.autoscaling.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoScalingGroupsRequest |
DescribeAutoScalingGroupsRequest.clone() |
DescribeAutoScalingGroupsRequest |
DescribeAutoScalingGroupsRequest.withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The group names.
|
DescribeAutoScalingGroupsRequest |
DescribeAutoScalingGroupsRequest.withAutoScalingGroupNames(String... autoScalingGroupNames)
The group names.
|
DescribeAutoScalingGroupsRequest |
DescribeAutoScalingGroupsRequest.withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeAutoScalingGroupsRequest |
DescribeAutoScalingGroupsRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeAutoScalingGroupsRequest> |
AmazonAutoScalingWaiters.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> |
AmazonAutoScalingWaiters.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> |
AmazonAutoScalingWaiters.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoScalingGroupsResult |
DescribeAutoScalingGroupsFunction.apply(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2016. All rights reserved.