Uses of Class
software.amazon.awssdk.services.omics.model.ReadSetExportJobItemStatus
-
Packages that use ReadSetExportJobItemStatus Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ReadSetExportJobItemStatus in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ReadSetExportJobItemStatus Modifier and Type Method Description static ReadSetExportJobItemStatusReadSetExportJobItemStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReadSetExportJobItemStatusExportReadSetDetail. status()The set's status.static ReadSetExportJobItemStatusReadSetExportJobItemStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadSetExportJobItemStatus[]ReadSetExportJobItemStatus. 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 ReadSetExportJobItemStatus Modifier and Type Method Description static Set<ReadSetExportJobItemStatus>ReadSetExportJobItemStatus. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type ReadSetExportJobItemStatus Modifier and Type Method Description ExportReadSetDetail.BuilderExportReadSetDetail.Builder. status(ReadSetExportJobItemStatus status)The set's status.
-