Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
IsSetNextToken ( ) : bool | ||
IsSetTopicArn ( ) : bool |
public ListSubscriptionsByTopicRequest ( ) : System | ||
return | System |
public ListSubscriptionsByTopicRequest ( string topicArn ) : System | ||
topicArn | string | The ARN of the topic for which you wish to find subscriptions. |
return | System |
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. |
return | System |