Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
static JobStatus |
JobStatus.fromValue(String value)
Use this in place of valueOf.
|
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListJobsRequest.setJobStatus(JobStatus jobStatus)
The job status with which to filter jobs in the specified queue.
|
void |
JobDetail.setStatus(JobStatus status)
The current status for the job.
|
ListJobsRequest |
ListJobsRequest.withJobStatus(JobStatus jobStatus)
The job status with which to filter jobs in the specified queue.
|
JobSummary |
JobSummary.withStatus(JobStatus status)
The current status for the job.
|
JobDetail |
JobDetail.withStatus(JobStatus status)
The current status for the job.
|
Copyright © 2020. All rights reserved.