Package | Description |
---|---|
com.amazonaws.services.applicationautoscaling.model | |
com.amazonaws.services.applicationautoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<StepAdjustment> |
StepScalingPolicyConfiguration.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> |
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(java.util.Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
StepScalingPolicyConfiguration |
StepScalingPolicyConfiguration.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 |
StepAdjustmentJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StepAdjustmentJsonMarshaller.marshall(StepAdjustment stepAdjustment,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|