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