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

DescribeClusterSubnetGroups() private method

private DescribeClusterSubnetGroups ( ) : DescribeClusterSubnetGroupsResponse
return Amazon.Redshift.Model.DescribeClusterSubnetGroupsResponse
        internal DescribeClusterSubnetGroupsResponse DescribeClusterSubnetGroups()
        {
            return DescribeClusterSubnetGroups(new DescribeClusterSubnetGroupsRequest());
        }
        internal DescribeClusterSubnetGroupsResponse DescribeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest request)

Same methods

AmazonRedshiftClient::DescribeClusterSubnetGroups ( DescribeClusterSubnetGroupsRequest request ) : DescribeClusterSubnetGroupsResponse
AmazonRedshiftClient