| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static JQStatus |
JQStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JQStatus |
JobQueueDetail.status()
The status of the job queue (for example,
CREATING or VALID). |
static JQStatus |
JQStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JQStatus[] |
JQStatus.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<JQStatus> |
JQStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JobQueueDetail.Builder |
JobQueueDetail.Builder.status(JQStatus status)
The status of the job queue (for example,
CREATING or VALID). |
Copyright © 2023. All rights reserved.