Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.

C# |
public class ListEndpointsByPlatformApplicationRequest : SNSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListEndpointsByPlatformApplicationRequest()()()() | Initializes a new instance of the ListEndpointsByPlatformApplicationRequest 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
|
![]() | IsSetPlatformApplicationArn()()()() |
Checks if PlatformApplicationArn property is set
|
![]() | NextToken |
NextToken string is used when calling ListEndpointsByPlatformApplication method to retrieve additional records that are available after the first page results.
|
![]() | PlatformApplicationArn |
The Platform Application ARN.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithNextToken(String) | Obsolete.
Sets the NextToken.
|
![]() | WithPlatformApplicationArn(String) | Obsolete.
Sets the PlatformApplicationArn.
|

The results for this method are paginated and return a limited list of endpoints, 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.

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