Uses of Class
software.amazon.awssdk.services.emr.model.StepState
-
Packages that use StepState Package Description software.amazon.awssdk.services.emr.model -
-
Uses of StepState in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return StepState Modifier and Type Method Description static StepStateStepState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StepStateStepStatus. state()The execution state of the cluster step.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 software.amazon.awssdk.services.emr.model that return types with arguments of type StepState Modifier and Type Method Description static Set<StepState>StepState. knownValues()List<StepState>ListStepsRequest. stepStates()The filter to limit the step list based on certain states.Methods in software.amazon.awssdk.services.emr.model with parameters of type StepState Modifier and Type Method Description StepStatus.BuilderStepStatus.Builder. state(StepState state)The execution state of the cluster step.ListStepsRequest.BuilderListStepsRequest.Builder. stepStates(StepState... stepStates)The filter to limit the step list based on certain states.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type StepState Modifier and Type Method Description ListStepsRequest.BuilderListStepsRequest.Builder. stepStates(Collection<StepState> stepStates)The filter to limit the step list based on certain states.
-