Uses of Enum Class
software.amazon.awscdk.services.glue.alpha.ExecutionClass
-
Uses of ExecutionClass in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return ExecutionClassModifier and TypeMethodDescriptiondefault ExecutionClassJobProps.getExecutionClass()(experimental) The ExecutionClass whether the job is run with a standard or flexible execution class.final ExecutionClassJobProps.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.glue.alpha with parameters of type ExecutionClassModifier and TypeMethodDescriptionJob.Builder.executionClass(ExecutionClass executionClass) (experimental) The ExecutionClass whether the job is run with a standard or flexible execution class.JobProps.Builder.executionClass(ExecutionClass executionClass) Sets the value ofJobProps.getExecutionClass()