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