Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheSubnetGroups C# (CSharp) Method

DescribeCacheSubnetGroups() public method

Returns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group.
/// The requested cache subnet group name does not refer to an existing cache subnet group. ///
public DescribeCacheSubnetGroups ( ) : DescribeCacheSubnetGroupsResponse
return DescribeCacheSubnetGroupsResponse
        public DescribeCacheSubnetGroupsResponse DescribeCacheSubnetGroups()
        {
            return DescribeCacheSubnetGroups(new DescribeCacheSubnetGroupsRequest());
        }

Same methods

AmazonElastiCacheClient::DescribeCacheSubnetGroups ( DescribeCacheSubnetGroupsRequest request ) : DescribeCacheSubnetGroupsResponse
AmazonElastiCacheClient