Uses of Class
software.amazon.awssdk.services.s3control.model.JobStatus
-
Packages that use JobStatus Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobStatus in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobStatus Modifier and Type Method Description static JobStatusJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobStatusJobDescriptor. status()The current status of the specified job.JobStatusJobListDescriptor. status()The specified job's current status.JobStatusUpdateJobStatusResponse. status()The current status for the specified job.static JobStatusJobStatus. 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.Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type JobStatus Modifier and Type Method Description List<JobStatus>ListJobsRequest. jobStatuses()TheList Jobsrequest returns jobs that match the statuses listed in this element.static Set<JobStatus>JobStatus. knownValues()Methods in software.amazon.awssdk.services.s3control.model with parameters of type JobStatus Modifier and Type Method Description ListJobsRequest.BuilderListJobsRequest.Builder. jobStatuses(JobStatus... jobStatuses)TheList Jobsrequest returns jobs that match the statuses listed in this element.JobDescriptor.BuilderJobDescriptor.Builder. status(JobStatus status)The current status of the specified job.JobListDescriptor.BuilderJobListDescriptor.Builder. status(JobStatus status)The specified job's current status.UpdateJobStatusResponse.BuilderUpdateJobStatusResponse.Builder. status(JobStatus status)The current status for the specified job.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type JobStatus Modifier and Type Method Description ListJobsRequest.BuilderListJobsRequest.Builder. jobStatuses(Collection<JobStatus> jobStatuses)TheList Jobsrequest returns jobs that match the statuses listed in this element.
-