Uses of Enum
com.amazonaws.services.elasticmapreduce.model.ActionOnFailure
Packages that use ActionOnFailure
-
Uses of ActionOnFailure in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ActionOnFailureModifier and TypeMethodDescriptionstatic ActionOnFailure
Use this in place of valueOf.static ActionOnFailure
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 ActionOnFailureModifier and TypeMethodDescriptionvoid
Step.setActionOnFailure
(ActionOnFailure actionOnFailure) This specifies what action to take when the cluster step fails.void
StepConfig.setActionOnFailure
(ActionOnFailure actionOnFailure) The action to take if the job flow step fails.void
StepSummary.setActionOnFailure
(ActionOnFailure actionOnFailure) This specifies what action to take when the cluster step fails.Step.withActionOnFailure
(ActionOnFailure actionOnFailure) This specifies what action to take when the cluster step fails.StepConfig.withActionOnFailure
(ActionOnFailure actionOnFailure) The action to take if the job flow step fails.StepSummary.withActionOnFailure
(ActionOnFailure actionOnFailure) This specifies what action to take when the cluster step fails.