Uses of Class
software.amazon.awssdk.services.elasticache.model.DataStorageUnit
-
Packages that use DataStorageUnit Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of DataStorageUnit in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return DataStorageUnit Modifier and Type Method Description static DataStorageUnitDataStorageUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataStorageUnitDataStorage. unit()The unit that the storage is measured in, in GB.static DataStorageUnitDataStorageUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static DataStorageUnit[]DataStorageUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type DataStorageUnit Modifier and Type Method Description static Set<DataStorageUnit>DataStorageUnit. knownValues()Methods in software.amazon.awssdk.services.elasticache.model with parameters of type DataStorageUnit Modifier and Type Method Description DataStorage.BuilderDataStorage.Builder. unit(DataStorageUnit unit)The unit that the storage is measured in, in GB.
-