Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepState
-
Packages that use StepState Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of StepState in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepState Modifier and Type Method Description static StepStateStepState. fromValue(String value)Use this in place of valueOf.static StepStateStepState. valueOf(String name)Returns the enum constant of this type with the specified name.static StepState[]StepState. 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 StepState Modifier and Type Method Description voidStepStatus. setState(StepState state)The execution state of the cluster step.StepStatusStepStatus. withState(StepState state)The execution state of the cluster step.ListStepsRequestListStepsRequest. withStepStates(StepState... stepStates)The filter to limit the step list based on certain states.
-