Package | Description |
---|---|
com.amazonaws.services.autoscaling |
|
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
Future<SetDesiredCapacityResult> |
AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler)
Sets the size of the specified Auto Scaling group.
|
Future<SetDesiredCapacityResult> |
AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest request,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler) |
Future<SetDesiredCapacityResult> |
AbstractAmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest request,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler) |
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 desired capacity is the initial capacity of the Auto Scaling group after this operation completes and the
capacity it attempts to maintain.
|
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.withHonorCooldown(Boolean honorCooldown)
Indicates whether Amazon EC2 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 © 2021. All rights reserved.