Uses of Class
com.amazonaws.services.elasticache.model.CacheNodeTypeSpecificValue
Packages that use CacheNodeTypeSpecificValue
-
Uses of CacheNodeTypeSpecificValue in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CacheNodeTypeSpecificValueModifier and TypeMethodDescriptionCacheNodeTypeSpecificValue.clone()
CacheNodeTypeSpecificValue.withCacheNodeType
(String cacheNodeType) The cache node type for which this value applies.The value for the cache node type.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type CacheNodeTypeSpecificValueModifier and TypeMethodDescriptionCacheNodeTypeSpecificParameter.getCacheNodeTypeSpecificValues()
A list of cache node types and their corresponding values for this parameter.Methods in com.amazonaws.services.elasticache.model with parameters of type CacheNodeTypeSpecificValueModifier and TypeMethodDescriptionCacheNodeTypeSpecificParameter.withCacheNodeTypeSpecificValues
(CacheNodeTypeSpecificValue... cacheNodeTypeSpecificValues) A list of cache node types and their corresponding values for this parameter.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type CacheNodeTypeSpecificValueModifier and TypeMethodDescriptionvoid
CacheNodeTypeSpecificParameter.setCacheNodeTypeSpecificValues
(Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues) A list of cache node types and their corresponding values for this parameter.CacheNodeTypeSpecificParameter.withCacheNodeTypeSpecificValues
(Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues) A list of cache node types and their corresponding values for this parameter.