Uses of Class
com.amazonaws.services.elasticmapreduce.model.ActionOnFailure
-
Packages that use ActionOnFailure Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of ActionOnFailure in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ActionOnFailure Modifier and Type Method Description static ActionOnFailureActionOnFailure. fromValue(String value)Use this in place of valueOf.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 com.amazonaws.services.elasticmapreduce.model with parameters of type ActionOnFailure Modifier and Type Method Description voidStep. setActionOnFailure(ActionOnFailure actionOnFailure)This specifies what action to take when the cluster step fails.voidStepConfig. setActionOnFailure(ActionOnFailure actionOnFailure)The action to take if the job flow step fails.voidStepSummary. setActionOnFailure(ActionOnFailure actionOnFailure)This specifies what action to take when the cluster step fails.StepStep. withActionOnFailure(ActionOnFailure actionOnFailure)This specifies what action to take when the cluster step fails.StepConfigStepConfig. withActionOnFailure(ActionOnFailure actionOnFailure)The action to take if the job flow step fails.StepSummaryStepSummary. withActionOnFailure(ActionOnFailure actionOnFailure)This specifies what action to take when the cluster step fails.
-