Uses of Class
software.amazon.awssdk.services.emr.model.InstanceGroupState
-
Packages that use InstanceGroupState Package Description software.amazon.awssdk.services.emr.model -
-
Uses of InstanceGroupState in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return InstanceGroupState Modifier and Type Method Description static InstanceGroupStateInstanceGroupState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceGroupStateInstanceGroupStatus. state()The current state of the instance group.static InstanceGroupStateInstanceGroupState. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceGroupState[]InstanceGroupState. 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 InstanceGroupState Modifier and Type Method Description static Set<InstanceGroupState>InstanceGroupState. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type InstanceGroupState Modifier and Type Method Description InstanceGroupStatus.BuilderInstanceGroupStatus.Builder. state(InstanceGroupState state)The current state of the instance group.
-