| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionClass |
JobUpdate.executionClass()
Indicates whether the job is run with a standard or flexible execution class.
|
ExecutionClass |
Job.executionClass()
Indicates whether the job is run with a standard or flexible execution class.
|
ExecutionClass |
CreateJobRequest.executionClass()
Indicates whether the job is run with a standard or flexible execution class.
|
ExecutionClass |
StartJobRunRequest.executionClass()
Indicates whether the job is run with a standard or flexible execution class.
|
ExecutionClass |
JobRun.executionClass()
Indicates whether the job is run with a standard or flexible execution class.
|
static ExecutionClass |
ExecutionClass.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ExecutionClass> |
ExecutionClass.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JobUpdate.Builder |
JobUpdate.Builder.executionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
Job.Builder |
Job.Builder.executionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.executionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.executionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
JobRun.Builder |
JobRun.Builder.executionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
Copyright © 2023. All rights reserved.