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