| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JobStatus |
UpdateJobStatusResponse.status()
The current status for the specified job.
|
JobStatus |
JobDescriptor.status()
The current status of the specified job.
|
JobStatus |
JobListDescriptor.status()
The specified job's current status.
|
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 |
|---|---|
List<JobStatus> |
ListJobsRequest.jobStatuses()
The
List Jobs request returns jobs that match the statuses listed in this element. |
static Set<JobStatus> |
JobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.jobStatuses(JobStatus... jobStatuses)
The
List Jobs request returns jobs that match the statuses listed in this element. |
UpdateJobStatusResponse.Builder |
UpdateJobStatusResponse.Builder.status(JobStatus status)
The current status for the specified job.
|
JobDescriptor.Builder |
JobDescriptor.Builder.status(JobStatus status)
The current status of the specified job.
|
JobListDescriptor.Builder |
JobListDescriptor.Builder.status(JobStatus status)
The specified job's current status.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.jobStatuses(Collection<JobStatus> jobStatuses)
The
List Jobs request returns jobs that match the statuses listed in this element. |
Copyright © 2023. All rights reserved.