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