Amazon.ElastiCache.AmazonElastiCacheClient.ModifyCacheParameterGroup C# (CSharp) Method

ModifyCacheParameterGroup() public method

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.
/// The requested cache parameter group name does not refer to an existing cache parameter /// group. /// /// The current state of the cache parameter group does not allow the requested operation /// to occur. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. ///
public ModifyCacheParameterGroup ( ModifyCacheParameterGroupRequest request ) : ModifyCacheParameterGroupResponse
request ModifyCacheParameterGroupRequest Container for the necessary parameters to execute the ModifyCacheParameterGroup service method.
return ModifyCacheParameterGroupResponse
        public ModifyCacheParameterGroupResponse ModifyCacheParameterGroup(ModifyCacheParameterGroupRequest request)
        {
            var marshaller = new ModifyCacheParameterGroupRequestMarshaller();
            var unmarshaller = ModifyCacheParameterGroupResponseUnmarshaller.Instance;

            return Invoke<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient