| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static JobRunMode |
JobRunMode.fromValue(String value)
Use this in place of valueOf.
|
static JobRunMode |
JobRunMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobRunMode[] |
JobRunMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsRequest |
ListJobRunsRequest.withMode(JobRunMode mode)
The mode of the job runs to list.
|
JobRun |
JobRun.withMode(JobRunMode mode)
The mode of the job run.
|
StartJobRunRequest |
StartJobRunRequest.withMode(JobRunMode mode)
The mode of the job run when it starts.
|
JobRunSummary |
JobRunSummary.withMode(JobRunMode mode)
The mode of the job run.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withMode(JobRunMode mode)
The mode of the job run attempt.
|
Copyright © 2024. All rights reserved.