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

CreateClusterSubnetGroup() private method

private CreateClusterSubnetGroup ( CreateClusterSubnetGroupRequest request ) : CreateClusterSubnetGroupResponse
request Amazon.Redshift.Model.CreateClusterSubnetGroupRequest
return Amazon.Redshift.Model.CreateClusterSubnetGroupResponse
        internal CreateClusterSubnetGroupResponse CreateClusterSubnetGroup(CreateClusterSubnetGroupRequest request)
        {
            var marshaller = new CreateClusterSubnetGroupRequestMarshaller();
            var unmarshaller = CreateClusterSubnetGroupResponseUnmarshaller.Instance;

            return Invoke<CreateClusterSubnetGroupRequest,CreateClusterSubnetGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient