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