Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
DataStorage |
DataStorage.clone() |
DataStorage |
CacheUsageLimits.getDataStorage()
The maximum data storage limit in the cache, expressed in Gigabytes.
|
DataStorage |
DataStorage.withMaximum(Integer maximum)
The upper limit for data storage the cache is set to use.
|
DataStorage |
DataStorage.withMinimum(Integer minimum)
The lower limit for data storage the cache is set to use.
|
DataStorage |
DataStorage.withUnit(DataStorageUnit unit)
The unit that the storage is measured in, in GB.
|
DataStorage |
DataStorage.withUnit(String unit)
The unit that the storage is measured in, in GB.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheUsageLimits.setDataStorage(DataStorage dataStorage)
The maximum data storage limit in the cache, expressed in Gigabytes.
|
CacheUsageLimits |
CacheUsageLimits.withDataStorage(DataStorage dataStorage)
The maximum data storage limit in the cache, expressed in Gigabytes.
|
Copyright © 2024. All rights reserved.