ListSubscriptionsRequest Class

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

The ListSubscriptions action returns a list of the requester's subscriptions. 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 ListSubscriptions call to get further results.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListSubscriptionsRequest : AmazonWebServiceRequest
         IRequestEvents

The ListSubscriptionsRequest type exposes the following members

Constructors

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

Properties

  Name Description
Public Property NextToken Token returned by the previous ListSubscriptions request.

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