| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
List<ScalingInstruction> |
UpdateScalingPlanRequest.scalingInstructions()
The scaling instructions.
|
List<ScalingInstruction> |
ScalingPlan.scalingInstructions()
The scaling instructions.
|
List<ScalingInstruction> |
CreateScalingPlanRequest.scalingInstructions()
The scaling instructions.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateScalingPlanRequest.Builder |
UpdateScalingPlanRequest.Builder.scalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
ScalingPlan.Builder |
ScalingPlan.Builder.scalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
CreateScalingPlanRequest.Builder |
CreateScalingPlanRequest.Builder.scalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateScalingPlanRequest.Builder |
UpdateScalingPlanRequest.Builder.scalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
ScalingPlan.Builder |
ScalingPlan.Builder.scalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
CreateScalingPlanRequest.Builder |
CreateScalingPlanRequest.Builder.scalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
Copyright © 2023. All rights reserved.