AWS SDK for .NET Documentation
ResetDBParameterGroup Method (resetDBParameterGroupRequest)
AmazonAmazon.RDSAmazonRDSResetDBParameterGroup(ResetDBParameterGroupRequest) Did this page help you?   Yes   No    Tell us about it...

Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod . To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request.

Declaration Syntax
C#
ResetDBParameterGroupResponse ResetDBParameterGroup(
	ResetDBParameterGroupRequest resetDBParameterGroupRequest
)
Parameters
resetDBParameterGroupRequest (ResetDBParameterGroupRequest)
Container for the necessary parameters to execute the ResetDBParameterGroup service method on AmazonRDS.
Return Value
The response from the ResetDBParameterGroup service method, as returned by AmazonRDS.
Exceptions

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