Package | Description |
---|---|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CacheNodeTypeSpecificValue> |
CacheNodeTypeSpecificParameter.cacheNodeTypeSpecificValues
A list of cache node types and their corresponding values for this
parameter.
|
Modifier and Type | Method and Description |
---|---|
CacheNodeTypeSpecificValue |
CacheNodeTypeSpecificValue.clone() |
CacheNodeTypeSpecificValue |
CacheNodeTypeSpecificValue.withCacheNodeType(java.lang.String cacheNodeType)
The cache node type for which this value applies.
|
CacheNodeTypeSpecificValue |
CacheNodeTypeSpecificValue.withValue(java.lang.String value)
The value for the cache node type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CacheNodeTypeSpecificValue> |
CacheNodeTypeSpecificParameter.getCacheNodeTypeSpecificValues()
A list of cache node types and their corresponding values for this
parameter.
|
Modifier and Type | Method and Description |
---|---|
CacheNodeTypeSpecificParameter |
CacheNodeTypeSpecificParameter.withCacheNodeTypeSpecificValues(CacheNodeTypeSpecificValue... cacheNodeTypeSpecificValues)
A list of cache node types and their corresponding values for this
parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheNodeTypeSpecificParameter.setCacheNodeTypeSpecificValues(java.util.Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)
A list of cache node types and their corresponding values for this
parameter.
|
CacheNodeTypeSpecificParameter |
CacheNodeTypeSpecificParameter.withCacheNodeTypeSpecificValues(java.util.Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)
A list of cache node types and their corresponding values for this
parameter.
|
Modifier and Type | Method and Description |
---|---|
CacheNodeTypeSpecificValue |
CacheNodeTypeSpecificValueStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |