Method | Description | |
---|---|---|
ModifyCacheParameterGroupRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
ModifyCacheParameterGroupRequest ( string cacheParameterGroupName, List |
Instantiates ModifyCacheParameterGroupRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetCacheParameterGroupName ( ) : bool | ||
IsSetParameterNameValues ( ) : bool |
public ModifyCacheParameterGroupRequest ( ) : System | ||
return | System |
public ModifyCacheParameterGroupRequest ( string cacheParameterGroupName, List |
||
cacheParameterGroupName | string | The name of the cache parameter group to modify. |
parameterNameValues | List |
An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request. |
return | System |