ListSubscriptionsByTopicRequest Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Container for the parameters to the ListSubscriptionsByTopic operation.

The ListSubscriptionsByTopic action returns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100. 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

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleNotificationService.Model.ListSubscriptionsByTopicRequest

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ListSubscriptionsByTopicRequest : AmazonWebServiceRequest
         IRequestEvents

The ListSubscriptionsByTopicRequest type exposes the following members

Constructors

  Name Description
Public Method ListSubscriptionsByTopicRequest() Default constructor for a new ListSubscriptionsByTopicRequest object. Callers should use the properties to initialize this object after creating it.
Public Method ListSubscriptionsByTopicRequest(string) Constructs a new ListSubscriptionsByTopicRequest object. Callers should use the properties initialize any additional object members.
Public Method ListSubscriptionsByTopicRequest(string, string) Constructs a new ListSubscriptionsByTopicRequest object. Callers should use the properties initialize any additional object members.

Properties

  Name Description
Public Property NextToken Token returned by the previous ListSubscriptionsByTopic request.
Public Property TopicArn The ARN of the topic for which you wish to find subscriptions.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8