Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
CacheUsageLimits |
CacheUsageLimits.clone() |
CacheUsageLimits |
ModifyServerlessCacheRequest.getCacheUsageLimits()
Modify the cache usage limit for the serverless cache.
|
CacheUsageLimits |
CreateServerlessCacheRequest.getCacheUsageLimits()
Sets the cache usage limits for storage and ElastiCache Processing Units for the cache.
|
CacheUsageLimits |
ServerlessCache.getCacheUsageLimits()
The cache usage limit for the serverless cache.
|
CacheUsageLimits |
CacheUsageLimits.withDataStorage(DataStorage dataStorage)
The maximum data storage limit in the cache, expressed in Gigabytes.
|
CacheUsageLimits |
CacheUsageLimits.withECPUPerSecond(ECPUPerSecond eCPUPerSecond) |
Modifier and Type | Method and Description |
---|---|
void |
ModifyServerlessCacheRequest.setCacheUsageLimits(CacheUsageLimits cacheUsageLimits)
Modify the cache usage limit for the serverless cache.
|
void |
CreateServerlessCacheRequest.setCacheUsageLimits(CacheUsageLimits cacheUsageLimits)
Sets the cache usage limits for storage and ElastiCache Processing Units for the cache.
|
void |
ServerlessCache.setCacheUsageLimits(CacheUsageLimits cacheUsageLimits)
The cache usage limit for the serverless cache.
|
ModifyServerlessCacheRequest |
ModifyServerlessCacheRequest.withCacheUsageLimits(CacheUsageLimits cacheUsageLimits)
Modify the cache usage limit for the serverless cache.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withCacheUsageLimits(CacheUsageLimits cacheUsageLimits)
Sets the cache usage limits for storage and ElastiCache Processing Units for the cache.
|
ServerlessCache |
ServerlessCache.withCacheUsageLimits(CacheUsageLimits cacheUsageLimits)
The cache usage limit for the serverless cache.
|
Copyright © 2023. All rights reserved.