Uses of Class
software.amazon.awssdk.services.glue.model.ExecutionClass
-
Packages that use ExecutionClass Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ExecutionClass in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ExecutionClass Modifier and Type Method Description ExecutionClassCreateJobRequest. executionClass()Indicates whether the job is run with a standard or flexible execution class.ExecutionClassJob. executionClass()Indicates whether the job is run with a standard or flexible execution class.ExecutionClassJobRun. executionClass()Indicates whether the job is run with a standard or flexible execution class.ExecutionClassJobUpdate. executionClass()Indicates whether the job is run with a standard or flexible execution class.ExecutionClassStartJobRunRequest. executionClass()Indicates whether the job is run with a standard or flexible execution class.static ExecutionClassExecutionClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExecutionClassExecutionClass. valueOf(String name)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.awssdk.services.glue.model that return types with arguments of type ExecutionClass Modifier and Type Method Description static Set<ExecutionClass>ExecutionClass. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type ExecutionClass Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. executionClass(ExecutionClass executionClass)Indicates whether the job is run with a standard or flexible execution class.Job.BuilderJob.Builder. executionClass(ExecutionClass executionClass)Indicates whether the job is run with a standard or flexible execution class.JobRun.BuilderJobRun.Builder. executionClass(ExecutionClass executionClass)Indicates whether the job is run with a standard or flexible execution class.JobUpdate.BuilderJobUpdate.Builder. executionClass(ExecutionClass executionClass)Indicates whether the job is run with a standard or flexible execution class.StartJobRunRequest.BuilderStartJobRunRequest.Builder. executionClass(ExecutionClass executionClass)Indicates whether the job is run with a standard or flexible execution class.
-