Uses of Enum
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 ExecutionClass
GlueStartJobRunJsonataProps.getExecutionClass()
The excecution class of the job.final ExecutionClass
GlueStartJobRunJsonataProps.Jsii$Proxy.getExecutionClass()
default ExecutionClass
GlueStartJobRunJsonPathProps.getExecutionClass()
The excecution class of the job.final ExecutionClass
GlueStartJobRunJsonPathProps.Jsii$Proxy.getExecutionClass()
default ExecutionClass
GlueStartJobRunProps.getExecutionClass()
The excecution class of the job.final ExecutionClass
GlueStartJobRunProps.Jsii$Proxy.getExecutionClass()
static ExecutionClass
Returns the enum constant of this type with the specified name.static ExecutionClass[]
ExecutionClass.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 ExecutionClassModifier and TypeMethodDescriptionGlueStartJobRun.Builder.executionClass
(ExecutionClass executionClass) The excecution class of the job.GlueStartJobRunJsonataProps.Builder.executionClass
(ExecutionClass executionClass) Sets the value ofGlueStartJobRunJsonataProps.getExecutionClass()
GlueStartJobRunJsonPathProps.Builder.executionClass
(ExecutionClass executionClass) Sets the value ofGlueStartJobRunJsonPathProps.getExecutionClass()
GlueStartJobRunProps.Builder.executionClass
(ExecutionClass executionClass) Sets the value ofGlueStartJobRunProps.getExecutionClass()