Uses of Class
software.amazon.awssdk.services.batch.model.ServiceJobStatus
-
Packages that use ServiceJobStatus Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobStatus in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceJobStatus Modifier and Type Method Description static ServiceJobStatusServiceJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceJobStatusListServiceJobsRequest. jobStatus()The job status used to filter service jobs in the specified queue.ServiceJobStatusDescribeServiceJobResponse. status()The current status of the service job.ServiceJobStatusServiceJobSummary. status()The current status of the service job.static ServiceJobStatusServiceJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceJobStatus[]ServiceJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceJobStatus Modifier and Type Method Description static Set<ServiceJobStatus>ServiceJobStatus. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceJobStatus Modifier and Type Method Description ListServiceJobsRequest.BuilderListServiceJobsRequest.Builder. jobStatus(ServiceJobStatus jobStatus)The job status used to filter service jobs in the specified queue.DescribeServiceJobResponse.BuilderDescribeServiceJobResponse.Builder. status(ServiceJobStatus status)The current status of the service job.ServiceJobSummary.BuilderServiceJobSummary.Builder. status(ServiceJobStatus status)The current status of the service job.
-