| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
static ScalingPlanStatusCode |
ScalingPlanStatusCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScalingPlanStatusCode |
ScalingPlan.statusCode()
The status of the scaling plan.
|
static ScalingPlanStatusCode |
ScalingPlanStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalingPlanStatusCode[] |
ScalingPlanStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ScalingPlanStatusCode> |
ScalingPlanStatusCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ScalingPlan.Builder |
ScalingPlan.Builder.statusCode(ScalingPlanStatusCode statusCode)
The status of the scaling plan.
|
Copyright © 2023. All rights reserved.