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