Uses of Class
software.amazon.awssdk.services.omics.model.FormatToHeaderKey
-
Packages that use FormatToHeaderKey Package Description software.amazon.awssdk.services.omics.model -
-
Uses of FormatToHeaderKey in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return FormatToHeaderKey Modifier and Type Method Description static FormatToHeaderKeyFormatToHeaderKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FormatToHeaderKeyFormatToHeaderKey. 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.Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type FormatToHeaderKey Modifier and Type Method Description Map<FormatToHeaderKey,String>TsvStoreOptions. formatToHeader()The store's header key to column name mapping.Map<FormatToHeaderKey,String>TsvVersionOptions. formatToHeader()The annotation store version's header key to column name mapping.static Set<FormatToHeaderKey>FormatToHeaderKey. knownValues()Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type FormatToHeaderKey Modifier and Type Method Description TsvStoreOptions.BuilderTsvStoreOptions.Builder. formatToHeader(Map<FormatToHeaderKey,String> formatToHeader)The store's header key to column name mapping.TsvVersionOptions.BuilderTsvVersionOptions.Builder. formatToHeader(Map<FormatToHeaderKey,String> formatToHeader)The annotation store version's header key to column name mapping.
-