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)
By default,
SetDesiredCapacity overrides any cooldown period
associated with the Auto Scaling group. |
Copyright © 2018. All rights reserved.