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 InstanceGroupState
InstanceGroupState. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceGroupState
InstanceGroupStatus. state()
The current state of the instance group.static InstanceGroupState
InstanceGroupState. 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.Builder
InstanceGroupStatus.Builder. state(InstanceGroupState state)
The current state of the instance group.
-