Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheParameterGroups C# (CSharp) Метод

DescribeCacheParameterGroups() публичный Метод

Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.
/// The requested cache parameter group name does not refer to an existing cache parameter /// group. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. ///
public DescribeCacheParameterGroups ( ) : DescribeCacheParameterGroupsResponse
Результат DescribeCacheParameterGroupsResponse
        public DescribeCacheParameterGroupsResponse DescribeCacheParameterGroups()
        {
            return DescribeCacheParameterGroups(new DescribeCacheParameterGroupsRequest());
        }

Same methods

AmazonElastiCacheClient::DescribeCacheParameterGroups ( DescribeCacheParameterGroupsRequest request ) : DescribeCacheParameterGroupsResponse
AmazonElastiCacheClient