ScalingPolicy |
ScalingPolicy.clone() |
|
ScalingPolicy |
ScalingPolicy.withAdjustmentType(String adjustmentType) |
The adjustment type, which specifies how ScalingAdjustment
is interpreted.
|
ScalingPolicy |
ScalingPolicy.withAlarms(Alarm... alarms) |
The CloudWatch alarms related to the policy.
|
ScalingPolicy |
ScalingPolicy.withAlarms(Collection<Alarm> alarms) |
The CloudWatch alarms related to the policy.
|
ScalingPolicy |
ScalingPolicy.withAutoScalingGroupName(String autoScalingGroupName) |
The name of the Auto Scaling group associated with this scaling policy.
|
ScalingPolicy |
ScalingPolicy.withCooldown(Integer cooldown) |
The amount of time, in seconds, after a scaling activity completes before
any further trigger-related scaling activities can start.
|
ScalingPolicy |
ScalingPolicy.withEstimatedInstanceWarmup(Integer estimatedInstanceWarmup) |
The estimated time, in seconds, until a newly launched instance can
contribute to the CloudWatch metrics.
|
ScalingPolicy |
ScalingPolicy.withMetricAggregationType(String metricAggregationType) |
The aggregation type for the CloudWatch metrics.
|
ScalingPolicy |
ScalingPolicy.withMinAdjustmentMagnitude(Integer minAdjustmentMagnitude) |
The minimum number of instances to scale.
|
ScalingPolicy |
ScalingPolicy.withMinAdjustmentStep(Integer minAdjustmentStep) |
Available for backward compatibility.
|
ScalingPolicy |
ScalingPolicy.withPolicyARN(String policyARN) |
The Amazon Resource Name (ARN) of the policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyName(String policyName) |
The name of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyType(String policyType) |
The policy type.
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustment(Integer scalingAdjustment) |
The amount by which to scale, based on the specified adjustment type.
|
ScalingPolicy |
ScalingPolicy.withStepAdjustments(StepAdjustment... stepAdjustments) |
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
ScalingPolicy |
ScalingPolicy.withStepAdjustments(Collection<StepAdjustment> stepAdjustments) |
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|