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 ExecutionClassGlueStartJobRunJsonataProps.getExecutionClass()The excecution class of the job.final ExecutionClassGlueStartJobRunJsonataProps.Jsii$Proxy.getExecutionClass()default ExecutionClassGlueStartJobRunJsonPathProps.getExecutionClass()The excecution class of the job.final ExecutionClassGlueStartJobRunJsonPathProps.Jsii$Proxy.getExecutionClass()default ExecutionClassGlueStartJobRunProps.getExecutionClass()The excecution class of the job.final ExecutionClassGlueStartJobRunProps.Jsii$Proxy.getExecutionClass()static ExecutionClassReturns 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()