public static class CreateScalingRuleRequest.StepAdjustment extends Object
| Constructor and Description |
|---|
StepAdjustment() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getMetricIntervalLowerBound() |
Float |
getMetricIntervalUpperBound() |
Integer |
getScalingAdjustment() |
void |
setMetricIntervalLowerBound(Float metricIntervalLowerBound) |
void |
setMetricIntervalUpperBound(Float metricIntervalUpperBound) |
void |
setScalingAdjustment(Integer scalingAdjustment) |
public Float getMetricIntervalLowerBound()
public void setMetricIntervalLowerBound(Float metricIntervalLowerBound)
public Float getMetricIntervalUpperBound()
public void setMetricIntervalUpperBound(Float metricIntervalUpperBound)
public Integer getScalingAdjustment()
public void setScalingAdjustment(Integer scalingAdjustment)
Copyright © 2021. All Rights Reserved.