| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static StepAdjustment.Builder |
StepAdjustment.builder() |
StepAdjustment.Builder |
StepAdjustment.Builder.metricIntervalLowerBound(Double metricIntervalLowerBound)
The lower bound for the difference between the alarm threshold and the CloudWatch metric.
|
StepAdjustment.Builder |
StepAdjustment.Builder.metricIntervalUpperBound(Double metricIntervalUpperBound)
The upper bound for the difference between the alarm threshold and the CloudWatch metric.
|
StepAdjustment.Builder |
StepAdjustment.Builder.scalingAdjustment(Integer scalingAdjustment)
The amount by which to scale, based on the specified adjustment type.
|
StepAdjustment.Builder |
StepAdjustment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StepAdjustment.Builder> |
StepAdjustment.serializableBuilderClass() |
Copyright © 2019. All rights reserved.