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