Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceGroupState
-
Packages that use InstanceGroupState Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of InstanceGroupState in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceGroupState Modifier and Type Method Description static InstanceGroupStateInstanceGroupState. fromValue(String value)Use this in place of valueOf.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 com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroupState Modifier and Type Method Description voidInstanceGroupDetail. setState(InstanceGroupState state)State of instance group.voidInstanceGroupStatus. setState(InstanceGroupState state)The current state of the instance group.InstanceGroupDetailInstanceGroupDetail. withState(InstanceGroupState state)State of instance group.InstanceGroupStatusInstanceGroupStatus. withState(InstanceGroupState state)The current state of the instance group.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroupState Constructor Description InstanceGroupDetail(InstanceRoleType instanceRole, String instanceType, Integer instanceRequestCount, Integer instanceRunningCount, InstanceGroupState state, Date creationDateTime)Constructs a new InstanceGroupDetail object.
-