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 StepState
StepState. fromValue(String value)
Use this in place of valueOf.static StepState
StepState. 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 void
StepStatus. setState(StepState state)
The execution state of the cluster step.StepStatus
StepStatus. withState(StepState state)
The execution state of the cluster step.ListStepsRequest
ListStepsRequest. withStepStates(StepState... stepStates)
The filter to limit the step list based on certain states.
-