Uses of Class
software.amazon.awssdk.services.omics.model.ReadSetStatus
-
Packages that use ReadSetStatus Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ReadSetStatus in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ReadSetStatus Modifier and Type Method Description static ReadSetStatusReadSetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReadSetStatusGetReadSetMetadataResponse. status()The read set's status.ReadSetStatusReadSetFilter. status()A status to filter on.ReadSetStatusReadSetListItem. status()The read set's status.static ReadSetStatusReadSetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadSetStatus[]ReadSetStatus. 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 ReadSetStatus Modifier and Type Method Description static Set<ReadSetStatus>ReadSetStatus. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type ReadSetStatus Modifier and Type Method Description GetReadSetMetadataResponse.BuilderGetReadSetMetadataResponse.Builder. status(ReadSetStatus status)The read set's status.ReadSetFilter.BuilderReadSetFilter.Builder. status(ReadSetStatus status)A status to filter on.ReadSetListItem.BuilderReadSetListItem.Builder. status(ReadSetStatus status)The read set's status.
-