Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheSecurityGroups C# (CSharp) Méthode

DescribeCacheSecurityGroups() public méthode

Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group.
/// The requested cache security group name does not refer to an existing cache security /// group. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. ///
public DescribeCacheSecurityGroups ( ) : DescribeCacheSecurityGroupsResponse
Résultat DescribeCacheSecurityGroupsResponse
        public DescribeCacheSecurityGroupsResponse DescribeCacheSecurityGroups()
        {
            return DescribeCacheSecurityGroups(new DescribeCacheSecurityGroupsRequest());
        }

Same methods

AmazonElastiCacheClient::DescribeCacheSecurityGroups ( DescribeCacheSecurityGroupsRequest request ) : DescribeCacheSecurityGroupsResponse
AmazonElastiCacheClient