AWS SDK for .NET Documentation
ModifyCacheParameterGroupRequest Class
AmazonAmazon.ElastiCache.ModelModifyCacheParameterGroupRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class ModifyCacheParameterGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ModifyCacheParameterGroupRequest()()()()
Initializes a new instance of the ModifyCacheParameterGroupRequest class

CacheParameterGroupName
The name of the cache parameter group to modify.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ParameterNameValues
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.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheParameterGroupName(String) Obsolete.
Sets the CacheParameterGroupName property

WithParameterNameValues(array<ParameterNameValue>[]()[][]) Obsolete.
Adds elements to the ParameterNameValues collection

WithParameterNameValues(IEnumerable<(Of <<'(ParameterNameValue>)>>)) Obsolete.
Adds elements to the ParameterNameValues collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ModifyCacheParameterGroupRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)