Amazon.Redshift.AmazonRedshiftClient.CreateClusterParameterGroup C# (CSharp) Метод

CreateClusterParameterGroup() приватный Метод

private CreateClusterParameterGroup ( CreateClusterParameterGroupRequest request ) : CreateClusterParameterGroupResponse
request Amazon.Redshift.Model.CreateClusterParameterGroupRequest
Результат 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