Uses of Class
com.amazonaws.services.elasticache.model.CacheEngineVersion
Packages that use CacheEngineVersion
-
Uses of CacheEngineVersion in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CacheEngineVersionModifier and TypeMethodDescriptionCacheEngineVersion.clone()
CacheEngineVersion.withCacheEngineDescription
(String cacheEngineDescription) The description of the cache engine.CacheEngineVersion.withCacheEngineVersionDescription
(String cacheEngineVersionDescription) The description of the cache engine version.CacheEngineVersion.withCacheParameterGroupFamily
(String cacheParameterGroupFamily) The name of the cache parameter group family associated with this cache engine.CacheEngineVersion.withEngine
(String engine) The name of the cache engine.CacheEngineVersion.withEngineVersion
(String engineVersion) The version number of the cache engine.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type CacheEngineVersionModifier and TypeMethodDescriptionDescribeCacheEngineVersionsResult.getCacheEngineVersions()
A list of cache engine version details.Methods in com.amazonaws.services.elasticache.model with parameters of type CacheEngineVersionModifier and TypeMethodDescriptionDescribeCacheEngineVersionsResult.withCacheEngineVersions
(CacheEngineVersion... cacheEngineVersions) A list of cache engine version details.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type CacheEngineVersionModifier and TypeMethodDescriptionvoid
DescribeCacheEngineVersionsResult.setCacheEngineVersions
(Collection<CacheEngineVersion> cacheEngineVersions) A list of cache engine version details.DescribeCacheEngineVersionsResult.withCacheEngineVersions
(Collection<CacheEngineVersion> cacheEngineVersions) A list of cache engine version details.