Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.ExecutionClass
Packages that use ExecutionClass
Package
Description
Tasks for AWS Step Functions
-
Uses of ExecutionClass in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return ExecutionClassModifier and TypeMethodDescriptiondefault ExecutionClassGlueStartJobRunProps.getExecutionClass()The excecution class of the job.final ExecutionClassGlueStartJobRunProps.Jsii$Proxy.getExecutionClass()static ExecutionClassReturns the enum constant of this class with the specified name.static ExecutionClass[]ExecutionClass.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 ExecutionClassModifier and TypeMethodDescriptionGlueStartJobRun.Builder.executionClass(ExecutionClass executionClass) The excecution class of the job.GlueStartJobRunProps.Builder.executionClass(ExecutionClass executionClass) Sets the value ofGlueStartJobRunProps.getExecutionClass()