C# 클래스 Amazon.SimpleNotificationService.Model.ListSubscriptionsByTopicRequest

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ListSubscriptionsByTopicRequest ( ) : System

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

ListSubscriptionsByTopicRequest ( string topicArn ) : System

Instantiates ListSubscriptionsByTopicRequest with the parameterized properties

ListSubscriptionsByTopicRequest ( string topicArn, string nextToken ) : System

Instantiates ListSubscriptionsByTopicRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetNextToken ( ) : bool
IsSetTopicArn ( ) : bool

메소드 상세

ListSubscriptionsByTopicRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public ListSubscriptionsByTopicRequest ( ) : System
리턴 System

ListSubscriptionsByTopicRequest() 공개 메소드

Instantiates ListSubscriptionsByTopicRequest with the parameterized properties
public ListSubscriptionsByTopicRequest ( string topicArn ) : System
topicArn string The ARN of the topic for which you wish to find subscriptions.
리턴 System

ListSubscriptionsByTopicRequest() 공개 메소드

Instantiates ListSubscriptionsByTopicRequest with the parameterized properties
public ListSubscriptionsByTopicRequest ( string topicArn, string nextToken ) : System
topicArn string The ARN of the topic for which you wish to find subscriptions.
nextToken string Token returned by the previous ListSubscriptionsByTopic request.
리턴 System