Package | Description |
---|---|
com.amazonaws.services.sns |
Synchronous and asynchronous client classes for accessing AmazonSNS.
|
com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS.
|
Modifier and Type | Method and Description |
---|---|
ListPlatformApplicationsResult |
AmazonSNSClient.listPlatformApplications(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
The
ListPlatformApplications action lists the platform
application objects for the supported push notification services, such
as APNS and GCM. |
ListPlatformApplicationsResult |
AmazonSNS.listPlatformApplications(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
The
ListPlatformApplications action lists the platform
application objects for the supported push notification services, such
as APNS and GCM. |
Future<ListPlatformApplicationsResult> |
AmazonSNSAsync.listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
The
ListPlatformApplications action lists the platform
application objects for the supported push notification services, such
as APNS and GCM. |
Future<ListPlatformApplicationsResult> |
AmazonSNSAsyncClient.listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
The
ListPlatformApplications action lists the platform
application objects for the supported push notification services, such
as APNS and GCM. |
Future<ListPlatformApplicationsResult> |
AmazonSNSAsync.listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest,
AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
The
ListPlatformApplications action lists the platform
application objects for the supported push notification services, such
as APNS and GCM. |
Future<ListPlatformApplicationsResult> |
AmazonSNSAsyncClient.listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest,
AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
The
ListPlatformApplications action lists the platform
application objects for the supported push notification services, such
as APNS and GCM. |
Modifier and Type | Method and Description |
---|---|
Future<ListPlatformApplicationsResult> |
AmazonSNSAsync.listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest,
AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
The
ListPlatformApplications action lists the platform
application objects for the supported push notification services, such
as APNS and GCM. |
Future<ListPlatformApplicationsResult> |
AmazonSNSAsyncClient.listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest,
AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
The
ListPlatformApplications action lists the platform
application objects for the supported push notification services, such
as APNS and GCM. |
Modifier and Type | Method and Description |
---|---|
ListPlatformApplicationsRequest |
ListPlatformApplicationsRequest.withNextToken(String nextToken)
NextToken string is used when calling ListPlatformApplications action
to retrieve additional records that are available after the first page
results.
|
Copyright © 2014. All rights reserved.