| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionClass |
ExecutionClass.fromValue(String value)
Use this in place of valueOf.
|
static ExecutionClass |
ExecutionClass.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.
|
| Modifier and Type | Method and Description |
|---|---|
StartJobRunRequest |
StartJobRunRequest.withExecutionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
CreateJobRequest |
CreateJobRequest.withExecutionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
Job |
Job.withExecutionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
JobUpdate |
JobUpdate.withExecutionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
JobRun |
JobRun.withExecutionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
Copyright © 2024. All rights reserved.