AWS SDK for .NET Documentation
ModifyDBParameterGroup Method (modifyDBParameterGroupRequest)
AmazonAmazon.RDSAmazonRDSModifyDBParameterGroup(ModifyDBParameterGroupRequest) Did this page help you?   Yes   No    Tell us about it...

Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName , ParameterValue , and ApplyMethod . A maximum of 20 parameters can be modified in a single request.

NOTE: The apply-immediate method can be used only for dynamic parameters; the pending-reboot method can be used with MySQL and Oracle DB instances for either dynamic or static parameters. For Microsoft SQL Server DB instances, the pending-reboot method can be used only for static parameters.

Declaration Syntax
C#
ModifyDBParameterGroupResponse ModifyDBParameterGroup(
	ModifyDBParameterGroupRequest modifyDBParameterGroupRequest
)
Parameters
modifyDBParameterGroupRequest (ModifyDBParameterGroupRequest)
Container for the necessary parameters to execute the ModifyDBParameterGroup service method on AmazonRDS.
Return Value
The response from the ModifyDBParameterGroup service method, as returned by AmazonRDS.
Exceptions

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