AmazonSimpleNotificationServiceClient.ListEndpointsByPlatformApplication Method (ListEndpointsByPlatformApplicationRequest)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

The ListEndpointsByPlatformApplication action lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS. The results for ListEndpointsByPlatformApplication 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 ListEndpointsByPlatformApplication 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.

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

Syntax

C#
public virtual ListEndpointsByPlatformApplicationResponse ListEndpointsByPlatformApplication(
         ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest
)

Parameters

listEndpointsByPlatformApplicationRequest
Type: Amazon.SimpleNotificationService.Model.ListEndpointsByPlatformApplicationRequest

Container for the necessary parameters to execute the ListEndpointsByPlatformApplication service method on AmazonSimpleNotificationService.

Return Value
Type: Amazon.SimpleNotificationService.Model.ListEndpointsByPlatformApplicationResponse
The response from the ListEndpointsByPlatformApplication service method, as returned by AmazonSimpleNotificationService.

Exceptions

Version Information

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