C# Class Amazon.ElastiCache.Model.ModifyCacheParameterGroupRequest

Container for the parameters to the ModifyCacheParameterGroup operation.

The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

Inheritance: AmazonElastiCacheRequest
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ModifyCacheParameterGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ModifyCacheParameterGroupRequest ( string cacheParameterGroupName, List parameterNameValues ) : System

Instantiates ModifyCacheParameterGroupRequest with the parameterized properties

Private Methods

Method Description
IsSetCacheParameterGroupName ( ) : bool
IsSetParameterNameValues ( ) : bool

Method Details

ModifyCacheParameterGroupRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public ModifyCacheParameterGroupRequest ( ) : System
return System

ModifyCacheParameterGroupRequest() public method

Instantiates ModifyCacheParameterGroupRequest with the parameterized properties
public ModifyCacheParameterGroupRequest ( string cacheParameterGroupName, List parameterNameValues ) : System
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