Amazon.RDS.AmazonRDSClient.CopyDBClusterParameterGroup C# (CSharp) Method

CopyDBClusterParameterGroup() public method

Copies the specified DB cluster parameter group.
/// A DB parameter group with the same name exists. /// /// DBParameterGroupName does not refer to an existing DB parameter group. /// /// Request would result in user exceeding the allowed number of DB parameter groups. ///
public CopyDBClusterParameterGroup ( CopyDBClusterParameterGroupRequest request ) : CopyDBClusterParameterGroupResponse
request Amazon.RDS.Model.CopyDBClusterParameterGroupRequest Container for the necessary parameters to execute the CopyDBClusterParameterGroup service method.
return Amazon.RDS.Model.CopyDBClusterParameterGroupResponse
        public CopyDBClusterParameterGroupResponse CopyDBClusterParameterGroup(CopyDBClusterParameterGroupRequest request)
        {
            var marshaller = new CopyDBClusterParameterGroupRequestMarshaller();
            var unmarshaller = CopyDBClusterParameterGroupResponseUnmarshaller.Instance;

            return Invoke<CopyDBClusterParameterGroupRequest,CopyDBClusterParameterGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient