Amazon.Redshift.AmazonRedshiftClient.CreateClusterParameterGroup C# (CSharp) Method

CreateClusterParameterGroup() private method

private CreateClusterParameterGroup ( CreateClusterParameterGroupRequest request ) : CreateClusterParameterGroupResponse
request Amazon.Redshift.Model.CreateClusterParameterGroupRequest
return Amazon.Redshift.Model.CreateClusterParameterGroupResponse
        internal CreateClusterParameterGroupResponse CreateClusterParameterGroup(CreateClusterParameterGroupRequest request)
        {
            var marshaller = new CreateClusterParameterGroupRequestMarshaller();
            var unmarshaller = CreateClusterParameterGroupResponseUnmarshaller.Instance;

            return Invoke<CreateClusterParameterGroupRequest,CreateClusterParameterGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient