| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingPlan |
ScalingPlan.clone() |
ScalingPlan |
ScalingPlan.withApplicationSource(ApplicationSource applicationSource)
The application source.
|
ScalingPlan |
ScalingPlan.withCreationTime(Date creationTime)
The Unix time stamp when the scaling plan was created.
|
ScalingPlan |
ScalingPlan.withScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
ScalingPlan |
ScalingPlan.withScalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
ScalingPlan |
ScalingPlan.withScalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
ScalingPlan |
ScalingPlan.withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
ScalingPlan |
ScalingPlan.withStatusCode(ScalingPlanStatusCode statusCode)
The status of the scaling plan.
|
ScalingPlan |
ScalingPlan.withStatusCode(String statusCode)
The status of the scaling plan.
|
ScalingPlan |
ScalingPlan.withStatusMessage(String statusMessage)
A simple message about the current status of the scaling plan.
|
ScalingPlan |
ScalingPlan.withStatusStartTime(Date statusStartTime)
The Unix time stamp when the scaling plan entered the current status.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScalingPlan> |
DescribeScalingPlansResult.getScalingPlans()
Information about the scaling plans.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPlansResult |
DescribeScalingPlansResult.withScalingPlans(ScalingPlan... scalingPlans)
Information about the scaling plans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalingPlansResult.setScalingPlans(Collection<ScalingPlan> scalingPlans)
Information about the scaling plans.
|
DescribeScalingPlansResult |
DescribeScalingPlansResult.withScalingPlans(Collection<ScalingPlan> scalingPlans)
Information about the scaling plans.
|
Copyright © 2020. All rights reserved.