Returns a list of the requester's subscriptions.

C# |
public class ListSubscriptionsRequest : SNSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListSubscriptionsRequest()()()() | Initializes a new instance of the ListSubscriptionsRequest class |
![]() | Equals(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
|
![]() | NextToken |
Token returned by the previous ListSubscriptions request.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithNextToken(String) | Obsolete.
Sets the NextToken property
|

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 ListSubscriptions
call to get further results.

Object | ||
![]() | SNSRequest | |
![]() | ListSubscriptionsRequest |