Uses of Enum
com.amazonaws.services.elasticmapreduce.model.InstanceGroupState
Packages that use InstanceGroupState
-
Uses of InstanceGroupState in com.amazonaws.services.elasticmapreduce.model
Subclasses with type arguments of type InstanceGroupState in com.amazonaws.services.elasticmapreduce.modelMethods in com.amazonaws.services.elasticmapreduce.model that return InstanceGroupStateModifier and TypeMethodDescriptionstatic InstanceGroupStateUse this in place of valueOf.static InstanceGroupStateReturns 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 InstanceGroupStateModifier and TypeMethodDescriptionvoidInstanceGroupDetail.setState(InstanceGroupState state) State of instance group.voidInstanceGroupStatus.setState(InstanceGroupState state) The current state of the instance group.InstanceGroupDetail.withState(InstanceGroupState state) State of instance group.InstanceGroupStatus.withState(InstanceGroupState state) The current state of the instance group.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroupStateModifierConstructorDescriptionInstanceGroupDetail(InstanceRoleType instanceRole, String instanceType, Integer instanceRequestCount, Integer instanceRunningCount, InstanceGroupState state, Date creationDateTime) Constructs a new InstanceGroupDetail object.