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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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