| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
StepAdjustment |
StepAdjustment.clone() |
StepAdjustment |
StepAdjustment.withMetricIntervalLowerBound(Double metricIntervalLowerBound)
The lower bound for the difference between the alarm threshold and the CloudWatch metric.
|
StepAdjustment |
StepAdjustment.withMetricIntervalUpperBound(Double metricIntervalUpperBound)
The upper bound for the difference between the alarm threshold and the CloudWatch metric.
|
StepAdjustment |
StepAdjustment.withScalingAdjustment(Integer scalingAdjustment)
The amount by which to scale, based on the specified adjustment type.
|
| Modifier and Type | Method and Description |
|---|---|
List<StepAdjustment> |
StepScalingPolicyConfiguration.getStepAdjustments()
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
| Modifier and Type | Method and Description |
|---|---|
StepScalingPolicyConfiguration |
StepScalingPolicyConfiguration.withStepAdjustments(StepAdjustment... stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepScalingPolicyConfiguration.setStepAdjustments(Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
StepScalingPolicyConfiguration |
StepScalingPolicyConfiguration.withStepAdjustments(Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
Copyright © 2021. All rights reserved.