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 ActionOnFailureEmrAddStepJsonataProps.getActionOnFailure()The action to take when the cluster step fails.final ActionOnFailureEmrAddStepJsonataProps.Jsii$Proxy.getActionOnFailure()default ActionOnFailureEmrAddStepJsonPathProps.getActionOnFailure()The action to take when the cluster step fails.final ActionOnFailureEmrAddStepJsonPathProps.Jsii$Proxy.getActionOnFailure()default 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.EmrAddStepJsonataProps.Builder.actionOnFailure(ActionOnFailure actionOnFailure) Sets the value ofEmrAddStepJsonataProps.getActionOnFailure()EmrAddStepJsonPathProps.Builder.actionOnFailure(ActionOnFailure actionOnFailure) Sets the value ofEmrAddStepJsonPathProps.getActionOnFailure()EmrAddStepProps.Builder.actionOnFailure(ActionOnFailure actionOnFailure) Sets the value ofEmrAddStepProps.getActionOnFailure()