Uses of Enum
software.amazon.awscdk.services.stepfunctions.tasks.ActionOnFailure
Packages that use ActionOnFailure
Package
Description
Tasks for AWS Step Functions
-
Uses of ActionOnFailure in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return ActionOnFailureModifier and TypeMethodDescriptiondefault ActionOnFailureEmrAddStepProps.getActionOnFailure()The action to take when the cluster step fails.final ActionOnFailureEmrAddStepProps.Jsii$Proxy.getActionOnFailure()static ActionOnFailureReturns 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.awscdk.services.stepfunctions.tasks with parameters of type ActionOnFailureModifier and TypeMethodDescriptionEmrAddStep.Builder.actionOnFailure(ActionOnFailure actionOnFailure) The action to take when the cluster step fails.EmrAddStepProps.Builder.actionOnFailure(ActionOnFailure actionOnFailure) Sets the value ofEmrAddStepProps.getActionOnFailure()