| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SetDesiredCapacityResult> |
AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest request,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler) |
Future<SetDesiredCapacityResult> |
AbstractAmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest request,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler) |
Future<SetDesiredCapacityResult> |
AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler)
Sets the size of the specified Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.clone() |
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.withDesiredCapacity(Integer desiredCapacity)
The number of EC2 instances that should be running in the Auto Scaling group.
|
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.withHonorCooldown(Boolean honorCooldown)
Indicates whether Auto Scaling waits for the cooldown period to complete before initiating a scaling activity to
set your Auto Scaling group to its new capacity.
|
Copyright © 2018. All rights reserved.