Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.ScalingPlanStatusCode
-
Packages that use ScalingPlanStatusCode Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of ScalingPlanStatusCode in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return ScalingPlanStatusCode Modifier and Type Method Description static ScalingPlanStatusCodeScalingPlanStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScalingPlanStatusCodeScalingPlan. statusCode()The status of the scaling plan.static ScalingPlanStatusCodeScalingPlanStatusCode. 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.Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type ScalingPlanStatusCode Modifier and Type Method Description static Set<ScalingPlanStatusCode>ScalingPlanStatusCode. knownValues()Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type ScalingPlanStatusCode Modifier and Type Method Description ScalingPlan.BuilderScalingPlan.Builder. statusCode(ScalingPlanStatusCode statusCode)The status of the scaling plan.
-