Uses of Class
software.amazon.awssdk.services.omics.model.ReadSetExportJobStatus
-
Packages that use ReadSetExportJobStatus Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ReadSetExportJobStatus in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ReadSetExportJobStatus Modifier and Type Method Description static ReadSetExportJobStatusReadSetExportJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReadSetExportJobStatusExportReadSetFilter. status()A status to filter on.ReadSetExportJobStatusExportReadSetJobDetail. status()The job's status.ReadSetExportJobStatusGetReadSetExportJobResponse. status()The job's status.ReadSetExportJobStatusStartReadSetExportJobResponse. status()The job's status.static ReadSetExportJobStatusReadSetExportJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadSetExportJobStatus[]ReadSetExportJobStatus. 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 ReadSetExportJobStatus Modifier and Type Method Description static Set<ReadSetExportJobStatus>ReadSetExportJobStatus. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type ReadSetExportJobStatus Modifier and Type Method Description ExportReadSetFilter.BuilderExportReadSetFilter.Builder. status(ReadSetExportJobStatus status)A status to filter on.ExportReadSetJobDetail.BuilderExportReadSetJobDetail.Builder. status(ReadSetExportJobStatus status)The job's status.GetReadSetExportJobResponse.BuilderGetReadSetExportJobResponse.Builder. status(ReadSetExportJobStatus status)The job's status.StartReadSetExportJobResponse.BuilderStartReadSetExportJobResponse.Builder. status(ReadSetExportJobStatus status)The job's status.
-