Uses of Class
software.amazon.awssdk.services.omics.model.AnnotationType
-
Packages that use AnnotationType Package Description software.amazon.awssdk.services.omics.model -
-
Uses of AnnotationType in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return AnnotationType Modifier and Type Method Description AnnotationTypeTsvStoreOptions. annotationType()The store's annotation type.AnnotationTypeTsvVersionOptions. annotationType()The store version's annotation type.static AnnotationTypeAnnotationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AnnotationTypeAnnotationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationType[]AnnotationType. 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 AnnotationType Modifier and Type Method Description static Set<AnnotationType>AnnotationType. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type AnnotationType Modifier and Type Method Description TsvStoreOptions.BuilderTsvStoreOptions.Builder. annotationType(AnnotationType annotationType)The store's annotation type.TsvVersionOptions.BuilderTsvVersionOptions.Builder. annotationType(AnnotationType annotationType)The store version's annotation type.
-