Amazon.Redshift.AmazonRedshiftClient.DeleteClusterParameterGroup C# (CSharp) 메소드

DeleteClusterParameterGroup() 개인적인 메소드

private DeleteClusterParameterGroup ( DeleteClusterParameterGroupRequest request ) : Amazon.Redshift.Model.DeleteClusterParameterGroupResponse
request Amazon.Redshift.Model.DeleteClusterParameterGroupRequest
리턴 Amazon.Redshift.Model.DeleteClusterParameterGroupResponse
        internal DeleteClusterParameterGroupResponse DeleteClusterParameterGroup(DeleteClusterParameterGroupRequest request)
        {
            var marshaller = new DeleteClusterParameterGroupRequestMarshaller();
            var unmarshaller = DeleteClusterParameterGroupResponseUnmarshaller.Instance;

            return Invoke<DeleteClusterParameterGroupRequest,DeleteClusterParameterGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient