Uses of Class
software.amazon.awssdk.services.omics.model.FormatOptions.Type
-
Packages that use FormatOptions.Type Package Description software.amazon.awssdk.services.omics.model -
-
Uses of FormatOptions.Type in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return FormatOptions.Type Modifier and Type Method Description FormatOptions.TypeFormatOptions. type()Retrieve an enum value representing which member of this object is populated.static FormatOptions.TypeFormatOptions.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FormatOptions.Type[]FormatOptions.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-