| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static JobMode |
JobMode.fromValue(String value)
Use this in place of valueOf.
|
static JobMode |
JobMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobMode[] |
JobMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobUpdate |
JobUpdate.withJobMode(JobMode jobMode)
A mode that describes how a job was created.
|
CreateJobRequest |
CreateJobRequest.withJobMode(JobMode jobMode)
A mode that describes how a job was created.
|
Job |
Job.withJobMode(JobMode jobMode)
A mode that describes how a job was created.
|
JobRun |
JobRun.withJobMode(JobMode jobMode)
A mode that describes how a job was created.
|
Copyright © 2025. All rights reserved.