AWS SDK for .NET Documentation
ListSubscriptionsByTopicRequest Class
AmazonAmazon.SimpleNotificationService.ModelListSubscriptionsByTopicRequest Did this page help you?   Yes   No    Tell us about it...
Returns a list of the subscriptions to a specific topic.
Declaration Syntax
C#
public class ListSubscriptionsByTopicRequest : SNSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListSubscriptionsByTopicRequest()()()()
Initializes a new instance of the ListSubscriptionsByTopicRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetNextToken()()()()
Checks if NextToken property is set

IsSetTopicArn()()()()
Checks if TopicArn property is set

NextToken
Token returned by the previous ListSubscriptionsByTopic request.

TopicArn
The ARN of the topic for which you wish to find subscriptions.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithNextToken(String) Obsolete.
Sets the token returned by the previous ListSubscriptionsByTopic request.

WithTopicArn(String) Obsolete.
Sets the ARN of the topic for which you wish to find subscriptions.

Remarks
Each call returns a limited list of subscriptions. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new ListSubscriptionsByTopic call to get further results.
Inheritance Hierarchy
Object
SNSRequest
 ListSubscriptionsByTopicRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)