AWS SDK for .NET Documentation
ListPlatformApplicationsRequest Class
AmazonAmazon.SimpleNotificationService.ModelListPlatformApplicationsRequest Did this page help you?   Yes   No    Tell us about it...
Lists the platform application objects for the supported push notification services, such as APNS and GCM.
Declaration Syntax
C#
public class ListPlatformApplicationsRequest : SNSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListPlatformApplicationsRequest()()()()
Initializes a new instance of the ListPlatformApplicationsRequest 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

NextToken
Token returned by the previous ListPlatformApplications request.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithNextToken(String) Obsolete.
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

Remarks
The results for this method are paginated and return a limited list of applications, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you call this method again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.
Inheritance Hierarchy
Object
SNSRequest
 ListPlatformApplicationsRequest

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