Uses of Class
software.amazon.awssdk.services.omics.model.JobStatus
-
Packages that use JobStatus Package Description software.amazon.awssdk.services.omics.model -
-
Uses of JobStatus in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.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.JobStatusAnnotationImportItemDetail. jobStatus()The item's job status.JobStatusVariantImportItemDetail. jobStatus()The item's job status.JobStatusAnnotationImportJobItem. status()The job's status.JobStatusGetAnnotationImportJobResponse. status()The job's status.JobStatusGetVariantImportJobResponse. status()The job's status.JobStatusListAnnotationImportJobsFilter. status()A status to filter on.JobStatusListVariantImportJobsFilter. status()A status to filter on.JobStatusVariantImportJobItem. status()The job's status.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.omics.model that return types with arguments of type JobStatus Modifier and Type Method Description static Set<JobStatus>JobStatus. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type JobStatus Modifier and Type Method Description AnnotationImportItemDetail.BuilderAnnotationImportItemDetail.Builder. jobStatus(JobStatus jobStatus)The item's job status.VariantImportItemDetail.BuilderVariantImportItemDetail.Builder. jobStatus(JobStatus jobStatus)The item's job status.AnnotationImportJobItem.BuilderAnnotationImportJobItem.Builder. status(JobStatus status)The job's status.GetAnnotationImportJobResponse.BuilderGetAnnotationImportJobResponse.Builder. status(JobStatus status)The job's status.GetVariantImportJobResponse.BuilderGetVariantImportJobResponse.Builder. status(JobStatus status)The job's status.ListAnnotationImportJobsFilter.BuilderListAnnotationImportJobsFilter.Builder. status(JobStatus status)A status to filter on.ListVariantImportJobsFilter.BuilderListVariantImportJobsFilter.Builder. status(JobStatus status)A status to filter on.VariantImportJobItem.BuilderVariantImportJobItem.Builder. status(JobStatus status)The job's status.
-