| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static StoreFormat |
StoreFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StoreFormat |
UpdateAnnotationStoreResponse.storeFormat()
The annotation file format of the store.
|
StoreFormat |
CreateAnnotationStoreRequest.storeFormat()
The annotation file format of the store.
|
StoreFormat |
CreateAnnotationStoreResponse.storeFormat()
The annotation file format of the store.
|
StoreFormat |
AnnotationStoreItem.storeFormat()
The store's file format.
|
StoreFormat |
GetAnnotationStoreResponse.storeFormat()
The store's annotation file format.
|
static StoreFormat |
StoreFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreFormat[] |
StoreFormat.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<StoreFormat> |
StoreFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.storeFormat(StoreFormat storeFormat)
The annotation file format of the store.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.storeFormat(StoreFormat storeFormat)
The annotation file format of the store.
|
CreateAnnotationStoreResponse.Builder |
CreateAnnotationStoreResponse.Builder.storeFormat(StoreFormat storeFormat)
The annotation file format of the store.
|
AnnotationStoreItem.Builder |
AnnotationStoreItem.Builder.storeFormat(StoreFormat storeFormat)
The store's file format.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.storeFormat(StoreFormat storeFormat)
The store's annotation file format.
|
Copyright © 2023. All rights reserved.