| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
StepScalingPolicyConfiguration.Builder |
StepScalingPolicyConfiguration.Builder.stepAdjustments(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 |
|---|---|
StepScalingPolicyConfiguration.Builder |
StepScalingPolicyConfiguration.Builder.stepAdjustments(Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
Copyright © 2023. All rights reserved.