Uses of Enum
com.amazonaws.services.elasticmapreduce.model.StepExecutionState
Packages that use StepExecutionState
-
Uses of StepExecutionState in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepExecutionStateModifier and TypeMethodDescriptionstatic StepExecutionStateUse this in place of valueOf.static StepExecutionStateReturns the enum constant of this type with the specified name.static StepExecutionState[]StepExecutionState.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 StepExecutionStateModifier and TypeMethodDescriptionvoidStepExecutionStatusDetail.setState(StepExecutionState state) The state of the job flow step.StepExecutionStatusDetail.withState(StepExecutionState state) The state of the job flow step.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type StepExecutionStateModifierConstructorDescriptionStepExecutionStatusDetail(StepExecutionState state, Date creationDateTime) Constructs a new StepExecutionStatusDetail object.