Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Classes modeling the various types represented by AmazonElastiCache.
|
Modifier and Type | Method and Description |
---|---|
CacheEngineVersion |
CacheEngineVersion.withCacheEngineDescription(String cacheEngineDescription)
The description of the cache engine.
|
CacheEngineVersion |
CacheEngineVersion.withCacheEngineVersionDescription(String cacheEngineVersionDescription)
The description of the cache engine version.
|
CacheEngineVersion |
CacheEngineVersion.withCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family associated with this
cache engine.
|
CacheEngineVersion |
CacheEngineVersion.withEngine(String engine)
The name of the cache engine.
|
CacheEngineVersion |
CacheEngineVersion.withEngineVersion(String engineVersion)
The version number of the cache engine.
|
Modifier and Type | Method and Description |
---|---|
List<CacheEngineVersion> |
DescribeCacheEngineVersionsResult.getCacheEngineVersions()
A list of cache engine version details.
|
Modifier and Type | Method and Description |
---|---|
DescribeCacheEngineVersionsResult |
DescribeCacheEngineVersionsResult.withCacheEngineVersions(CacheEngineVersion... cacheEngineVersions)
A list of cache engine version details.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCacheEngineVersionsResult.setCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
A list of cache engine version details.
|
DescribeCacheEngineVersionsResult |
DescribeCacheEngineVersionsResult.withCacheEngineVersions(Collection<CacheEngineVersion> cacheEngineVersions)
A list of cache engine version details.
|
Copyright © 2014. All rights reserved.