| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static VersionStatus |
VersionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VersionStatus |
CreateAnnotationStoreVersionResponse.status()
The status of a annotation store version.
|
VersionStatus |
AnnotationStoreVersionItem.status()
The status of an annotation store version.
|
VersionStatus |
UpdateAnnotationStoreVersionResponse.status()
The status of an annotation store version.
|
VersionStatus |
GetAnnotationStoreVersionResponse.status()
The status of an annotation store version.
|
VersionStatus |
ListAnnotationStoreVersionsFilter.status()
The status of an annotation store version.
|
static VersionStatus |
VersionStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VersionStatus> |
VersionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateAnnotationStoreVersionResponse.Builder |
CreateAnnotationStoreVersionResponse.Builder.status(VersionStatus status)
The status of a annotation store version.
|
AnnotationStoreVersionItem.Builder |
AnnotationStoreVersionItem.Builder.status(VersionStatus status)
The status of an annotation store version.
|
UpdateAnnotationStoreVersionResponse.Builder |
UpdateAnnotationStoreVersionResponse.Builder.status(VersionStatus status)
The status of an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.status(VersionStatus status)
The status of an annotation store version.
|
ListAnnotationStoreVersionsFilter.Builder |
ListAnnotationStoreVersionsFilter.Builder.status(VersionStatus status)
The status of an annotation store version.
|
Copyright © 2023. All rights reserved.