Uses of Class
software.amazon.awssdk.services.emr.model.AutoScalingPolicyState
-
Packages that use AutoScalingPolicyState Package Description software.amazon.awssdk.services.emr.model -
-
Uses of AutoScalingPolicyState in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return AutoScalingPolicyState Modifier and Type Method Description static AutoScalingPolicyStateAutoScalingPolicyState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutoScalingPolicyStateAutoScalingPolicyStatus. state()Indicates the status of the automatic scaling policy.static AutoScalingPolicyStateAutoScalingPolicyState. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoScalingPolicyState[]AutoScalingPolicyState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type AutoScalingPolicyState Modifier and Type Method Description static Set<AutoScalingPolicyState>AutoScalingPolicyState. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type AutoScalingPolicyState Modifier and Type Method Description AutoScalingPolicyStatus.BuilderAutoScalingPolicyStatus.Builder. state(AutoScalingPolicyState state)Indicates the status of the automatic scaling policy.
-