Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
static JQState |
JQState.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
JobQueueDetail.setState(JQState state)
Describes the ability of the queue to accept new jobs.
|
void |
UpdateJobQueueRequest.setState(JQState state)
Describes the queue's ability to accept new jobs.
|
void |
CreateJobQueueRequest.setState(JQState state)
The state of the job queue.
|
JobQueueDetail |
JobQueueDetail.withState(JQState state)
Describes the ability of the queue to accept new jobs.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withState(JQState state)
Describes the queue's ability to accept new jobs.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withState(JQState state)
The state of the job queue.
|
Copyright © 2023. All rights reserved.