Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.ActionAfterCompletion
Packages that use ActionAfterCompletion
Package
Description
Tasks for AWS Step Functions
-
Uses of ActionAfterCompletion in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return ActionAfterCompletionModifier and TypeMethodDescriptiondefault ActionAfterCompletionEventBridgeSchedulerCreateScheduleTaskProps.getActionAfterCompletion()Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.final ActionAfterCompletionEventBridgeSchedulerCreateScheduleTaskProps.Jsii$Proxy.getActionAfterCompletion()static ActionAfterCompletionReturns the enum constant of this class with the specified name.static ActionAfterCompletion[]ActionAfterCompletion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type ActionAfterCompletionModifier and TypeMethodDescriptionEventBridgeSchedulerCreateScheduleTask.Builder.actionAfterCompletion(ActionAfterCompletion actionAfterCompletion) Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.EventBridgeSchedulerCreateScheduleTaskProps.Builder.actionAfterCompletion(ActionAfterCompletion actionAfterCompletion) Sets the value ofEventBridgeSchedulerCreateScheduleTaskProps.getActionAfterCompletion()