Uses of Class
software.amazon.awssdk.services.elasticache.model.DataStorage
-
Packages that use DataStorage Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of DataStorage in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return DataStorage Modifier and Type Method Description DataStorage
CacheUsageLimits. dataStorage()
The maximum data storage limit in the cache, expressed in Gigabytes.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type DataStorage Modifier and Type Method Description CacheUsageLimits.Builder
CacheUsageLimits.Builder. dataStorage(DataStorage dataStorage)
The maximum data storage limit in the cache, expressed in Gigabytes.
-