Amazon.Redshift.AmazonRedshiftClient.DescribeClusterSubnetGroups C# (CSharp) Méthode

DescribeClusterSubnetGroups() private méthode

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

Same methods

AmazonRedshiftClient::DescribeClusterSubnetGroups ( DescribeClusterSubnetGroupsRequest request ) : DescribeClusterSubnetGroupsResponse
AmazonRedshiftClient