| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static JobRunState |
JobRunState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JobRunState |
JobRun.state()
The state of the job run.
|
JobRunState |
JobRunSummary.state()
The state of the job run.
|
static JobRunState |
JobRunState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobRunState[] |
JobRunState.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<JobRunState> |
JobRunState.knownValues()
|
List<JobRunState> |
ListJobRunsRequest.states()
An optional filter for job run states.
|
| Modifier and Type | Method and Description |
|---|---|
JobRun.Builder |
JobRun.Builder.state(JobRunState state)
The state of the job run.
|
JobRunSummary.Builder |
JobRunSummary.Builder.state(JobRunState state)
The state of the job run.
|
ListJobRunsRequest.Builder |
ListJobRunsRequest.Builder.states(JobRunState... states)
An optional filter for job run states.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsRequest.Builder |
ListJobRunsRequest.Builder.states(Collection<JobRunState> states)
An optional filter for job run states.
|
Copyright © 2023. All rights reserved.