| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static JQState |
JQState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JQState |
UpdateJobQueueRequest.state()
Describes the queue's ability to accept new jobs.
|
JQState |
JobQueueDetail.state()
Describes the ability of the queue to accept new jobs.
|
JQState |
CreateJobQueueRequest.state()
The state of the job queue.
|
static JQState |
JQState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JQState[] |
JQState.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<JQState> |
JQState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.state(JQState state)
Describes the queue's ability to accept new jobs.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.state(JQState state)
Describes the ability of the queue to accept new jobs.
|
CreateJobQueueRequest.Builder |
CreateJobQueueRequest.Builder.state(JQState state)
The state of the job queue.
|
Copyright © 2023. All rights reserved.