Uses of Class
software.amazon.awssdk.services.emr.model.ActionOnFailure
-
Packages that use ActionOnFailure Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ActionOnFailure in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ActionOnFailure Modifier and Type Method Description ActionOnFailureStep. actionOnFailure()The action to take when the cluster step fails.ActionOnFailureStepConfig. actionOnFailure()The action to take when the step fails.ActionOnFailureStepSummary. actionOnFailure()The action to take when the cluster step fails.static ActionOnFailureActionOnFailure. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionOnFailureActionOnFailure. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionOnFailure[]ActionOnFailure. 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 ActionOnFailure Modifier and Type Method Description static Set<ActionOnFailure>ActionOnFailure. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type ActionOnFailure Modifier and Type Method Description Step.BuilderStep.Builder. actionOnFailure(ActionOnFailure actionOnFailure)The action to take when the cluster step fails.StepConfig.BuilderStepConfig.Builder. actionOnFailure(ActionOnFailure actionOnFailure)The action to take when the step fails.StepSummary.BuilderStepSummary.Builder. actionOnFailure(ActionOnFailure actionOnFailure)The action to take when the cluster step fails.
-