| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static StoreStatus |
StoreStatus.fromValue(String value)
Use this in place of valueOf.
|
static StoreStatus |
StoreStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreStatus[] |
StoreStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListVariantStoresFilter |
ListVariantStoresFilter.withStatus(StoreStatus status)
A status to filter on.
|
ListAnnotationStoresFilter |
ListAnnotationStoresFilter.withStatus(StoreStatus status)
A status to filter on.
|
UpdateVariantStoreResult |
UpdateVariantStoreResult.withStatus(StoreStatus status)
The store's status.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withStatus(StoreStatus status)
The store's status.
|
DeleteVariantStoreResult |
DeleteVariantStoreResult.withStatus(StoreStatus status)
The store's status.
|
DeleteAnnotationStoreResult |
DeleteAnnotationStoreResult.withStatus(StoreStatus status)
The store's status.
|
CreateVariantStoreResult |
CreateVariantStoreResult.withStatus(StoreStatus status)
The store's status.
|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withStatus(StoreStatus status)
The store's status.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withStatus(StoreStatus status)
The store's status.
|
AnnotationStoreItem |
AnnotationStoreItem.withStatus(StoreStatus status)
The store's status.
|
GetVariantStoreResult |
GetVariantStoreResult.withStatus(StoreStatus status)
The store's status.
|
VariantStoreItem |
VariantStoreItem.withStatus(StoreStatus status)
The store's status.
|
Copyright © 2024. All rights reserved.