PutScalingPolicyRequest |
PutScalingPolicyRequest.clone() |
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withAdjustmentType(String adjustmentType) |
The adjustment type.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withAutoScalingGroupName(String autoScalingGroupName) |
The name or ARN of the 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.withEstimatedInstanceWarmup(Integer estimatedInstanceWarmup) |
The estimated time, in seconds, until a newly launched instance can
contribute to the CloudWatch metrics.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMetricAggregationType(String metricAggregationType) |
The aggregation type for the CloudWatch metrics.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMinAdjustmentMagnitude(Integer minAdjustmentMagnitude) |
The minimum number of instances to scale.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMinAdjustmentStep(Integer minAdjustmentStep) |
Available for backward compatibility.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withPolicyName(String policyName) |
The name of the policy.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withPolicyType(String policyType) |
The policy type.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withScalingAdjustment(Integer scalingAdjustment) |
The amount by which to scale, based on the specified adjustment type.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withStepAdjustments(StepAdjustment... stepAdjustments) |
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withStepAdjustments(Collection<StepAdjustment> stepAdjustments) |
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|