Uses of Class
software.amazon.awssdk.services.omics.model.VersionStatus
-
Packages that use VersionStatus Package Description software.amazon.awssdk.services.omics.model -
-
Uses of VersionStatus in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return VersionStatus Modifier and Type Method Description static VersionStatusVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VersionStatusAnnotationStoreVersionItem. status()The status of an annotation store version.VersionStatusCreateAnnotationStoreVersionResponse. status()The status of a annotation store version.VersionStatusGetAnnotationStoreVersionResponse. status()The status of an annotation store version.VersionStatusListAnnotationStoreVersionsFilter. status()The status of an annotation store version.VersionStatusUpdateAnnotationStoreVersionResponse. status()The status of an annotation store version.static VersionStatusVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionStatus[]VersionStatus. 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 VersionStatus Modifier and Type Method Description static Set<VersionStatus>VersionStatus. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type VersionStatus Modifier and Type Method Description AnnotationStoreVersionItem.BuilderAnnotationStoreVersionItem.Builder. status(VersionStatus status)The status of an annotation store version.CreateAnnotationStoreVersionResponse.BuilderCreateAnnotationStoreVersionResponse.Builder. status(VersionStatus status)The status of a annotation store version.GetAnnotationStoreVersionResponse.BuilderGetAnnotationStoreVersionResponse.Builder. status(VersionStatus status)The status of an annotation store version.ListAnnotationStoreVersionsFilter.BuilderListAnnotationStoreVersionsFilter.Builder. status(VersionStatus status)The status of an annotation store version.UpdateAnnotationStoreVersionResponse.BuilderUpdateAnnotationStoreVersionResponse.Builder. status(VersionStatus status)The status of an annotation store version.
-