| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkerType |
WorkerType.fromValue(String value)
Use this in place of valueOf.
|
static WorkerType |
WorkerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkerType[] |
WorkerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobRun |
JobRun.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
JobUpdate |
JobUpdate.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
Job |
Job.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
Copyright © 2019. All rights reserved.