| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static FormatToHeaderKey |
FormatToHeaderKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FormatToHeaderKey |
FormatToHeaderKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatToHeaderKey[] |
FormatToHeaderKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<FormatToHeaderKey,String> |
TsvStoreOptions.formatToHeader()
The store's header key to column name mapping.
|
static Set<FormatToHeaderKey> |
FormatToHeaderKey.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TsvStoreOptions.Builder |
TsvStoreOptions.Builder.formatToHeader(Map<FormatToHeaderKey,String> formatToHeader)
The store's header key to column name mapping.
|
Copyright © 2023. All rights reserved.