Package | Description |
---|---|
com.amazonaws.services.autoscaling | |
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Method and Description |
---|---|
SetDesiredCapacityResult |
AmazonAutoScalingClient.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)
Sets the size of the specified Auto Scaling group.
|
SetDesiredCapacityResult |
AmazonAutoScaling.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)
Sets the size of the specified Auto Scaling group.
|
SetDesiredCapacityResult |
AbstractAmazonAutoScaling.setDesiredCapacity(SetDesiredCapacityRequest request) |
java.util.concurrent.Future<SetDesiredCapacityResult> |
AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest request) |
java.util.concurrent.Future<SetDesiredCapacityResult> |
AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest)
Sets the size of the specified Auto Scaling group.
|
java.util.concurrent.Future<SetDesiredCapacityResult> |
AbstractAmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest request) |
java.util.concurrent.Future<SetDesiredCapacityResult> |
AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest request,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler) |
java.util.concurrent.Future<SetDesiredCapacityResult> |
AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler)
Sets the size of the specified Auto Scaling group.
|
java.util.concurrent.Future<SetDesiredCapacityResult> |
AbstractAmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest request,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<SetDesiredCapacityResult> |
AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest request,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler) |
java.util.concurrent.Future<SetDesiredCapacityResult> |
AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler)
Sets the size of the specified Auto Scaling group.
|
java.util.concurrent.Future<SetDesiredCapacityResult> |
AbstractAmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest request,
AsyncHandler<SetDesiredCapacityRequest,SetDesiredCapacityResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.clone() |
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the Auto Scaling group.
|
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.withDesiredCapacity(java.lang.Integer desiredCapacity)
The number of EC2 instances that should be running in the Auto Scaling
group.
|
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.withHonorCooldown(java.lang.Boolean honorCooldown)
By default,
SetDesiredCapacity overrides any cooldown period
associated with the Auto Scaling group. |
Modifier and Type | Method and Description |
---|---|
Request<SetDesiredCapacityRequest> |
SetDesiredCapacityRequestMarshaller.marshall(SetDesiredCapacityRequest setDesiredCapacityRequest) |
Modifier and Type | Method and Description |
---|---|
Request<SetDesiredCapacityRequest> |
SetDesiredCapacityRequestMarshaller.marshall(SetDesiredCapacityRequest setDesiredCapacityRequest) |