C# Класс Amazon.ElastiCache.Model.DescribeCacheParameterGroupsRequest

Container for the parameters to the DescribeCacheParameterGroups operation. 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.
Наследование: AmazonElastiCacheRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DescribeCacheParameterGroupsRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeCacheParameterGroupsRequest ( string cacheParameterGroupName ) : System

Instantiates DescribeCacheParameterGroupsRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetCacheParameterGroupName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool

Описание методов

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

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeCacheParameterGroupsRequest ( ) : System
Результат System

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

Instantiates DescribeCacheParameterGroupsRequest with the parameterized properties
public DescribeCacheParameterGroupsRequest ( string cacheParameterGroupName ) : System
cacheParameterGroupName string The name of a specific cache parameter group to return details for.
Результат System