Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<StepAdjustment> |
ScalingPolicy.stepAdjustments
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
private SdkInternalList<StepAdjustment> |
PutScalingPolicyRequest.stepAdjustments
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
Modifier and Type | Method and Description |
---|---|
StepAdjustment |
StepAdjustment.clone() |
StepAdjustment |
StepAdjustment.withMetricIntervalLowerBound(java.lang.Double metricIntervalLowerBound)
The lower bound for the difference between the alarm threshold and the
CloudWatch metric.
|
StepAdjustment |
StepAdjustment.withMetricIntervalUpperBound(java.lang.Double metricIntervalUpperBound)
The upper bound for the difference between the alarm threshold and the
CloudWatch metric.
|
StepAdjustment |
StepAdjustment.withScalingAdjustment(java.lang.Integer scalingAdjustment)
The amount by which to scale, based on the specified adjustment type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StepAdjustment> |
ScalingPolicy.getStepAdjustments()
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
java.util.List<StepAdjustment> |
PutScalingPolicyRequest.getStepAdjustments()
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
ScalingPolicy.withStepAdjustments(StepAdjustment... stepAdjustments)
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.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 |
ScalingPolicy.setStepAdjustments(java.util.Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
void |
PutScalingPolicyRequest.setStepAdjustments(java.util.Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
ScalingPolicy |
ScalingPolicy.withStepAdjustments(java.util.Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withStepAdjustments(java.util.Collection<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 |
---|---|
StepAdjustment |
StepAdjustmentStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |