| 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 |
|---|---|
PutScalingPolicyResult |
AmazonAutoScalingClient.putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)
Creates or updates a policy for an Auto Scaling group.
|
PutScalingPolicyResult |
AmazonAutoScaling.putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)
Creates or updates a policy for an Auto Scaling group.
|
Future<PutScalingPolicyResult> |
AmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest)
Creates or updates a policy for an Auto Scaling group.
|
Future<PutScalingPolicyResult> |
AmazonAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest)
Creates or updates a policy for an Auto Scaling group.
|
Future<PutScalingPolicyResult> |
AmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler)
Creates or updates a policy for an Auto Scaling group.
|
Future<PutScalingPolicyResult> |
AmazonAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler)
Creates or updates a policy for an Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutScalingPolicyResult> |
AmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler)
Creates or updates a policy for an Auto Scaling group.
|
Future<PutScalingPolicyResult> |
AmazonAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler)
Creates or updates a policy for an Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withAdjustmentType(String adjustmentType)
Specifies whether the
ScalingAdjustment is an absolute
number or a percentage of the current capacity. |
PutScalingPolicyRequest |
PutScalingPolicyRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name or ARN of the Auto Scaling group.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withCooldown(Integer cooldown)
The amount of time, in seconds, after a scaling activity completes and
before the next scaling activity can start.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMinAdjustmentStep(Integer minAdjustmentStep)
Used with
AdjustmentType with the value
PercentChangeInCapacity, the scaling policy changes the
DesiredCapacity of the Auto Scaling group by at least the
number of instances specified in the value. |
PutScalingPolicyRequest |
PutScalingPolicyRequest.withPolicyName(String policyName)
The name of the policy you want to create or update.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withScalingAdjustment(Integer scalingAdjustment)
The number of instances by which to scale.
|
Copyright © 2014. All rights reserved.