Package | Description |
---|---|
com.amazonaws.services.autoscaling |
Synchronous and asynchronous client classes for accessing AmazonAutoScaling.
|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonAutoScalingClient.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)
Sets the desired size of the specified AutoScalingGroup.
|
void |
AmazonAutoScaling.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)
Sets the desired size of the specified AutoScalingGroup.
|
Future<Void> |
AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest)
Sets the desired size of the specified AutoScalingGroup.
|
Future<Void> |
AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest)
Sets the desired size of the specified AutoScalingGroup.
|
Future<Void> |
AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest,
AsyncHandler<SetDesiredCapacityRequest,Void> asyncHandler)
Sets the desired size of the specified AutoScalingGroup.
|
Future<Void> |
AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest,
AsyncHandler<SetDesiredCapacityRequest,Void> asyncHandler)
Sets the desired size of the specified AutoScalingGroup.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonAutoScalingAsync.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest,
AsyncHandler<SetDesiredCapacityRequest,Void> asyncHandler)
Sets the desired size of the specified AutoScalingGroup.
|
Future<Void> |
AmazonAutoScalingAsyncClient.setDesiredCapacityAsync(SetDesiredCapacityRequest setDesiredCapacityRequest,
AsyncHandler<SetDesiredCapacityRequest,Void> asyncHandler)
Sets the desired size of the specified AutoScalingGroup.
|
Modifier and Type | Method and Description |
---|---|
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.withDesiredCapacity(Integer desiredCapacity)
The new capacity setting for the Auto Scaling group.
|
SetDesiredCapacityRequest |
SetDesiredCapacityRequest.withHonorCooldown(Boolean honorCooldown)
By default,
SetDesiredCapacity overrides any cooldown
period associated with the Auto Scaling group. |
Copyright © 2014. All rights reserved.