Uses of Class
com.amazonaws.services.sns.model.ListPlatformApplicationsRequest

Packages that use ListPlatformApplicationsRequest
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. 
 

Uses of ListPlatformApplicationsRequest in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns with parameters of type ListPlatformApplicationsRequest
 ListPlatformApplicationsResult AmazonSNSClient.listPlatformApplications(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
           Lists the platform application objects for the supported push notification services, such as APNS and GCM.
 ListPlatformApplicationsResult AmazonSNS.listPlatformApplications(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
           Lists the platform application objects for the supported push notification services, such as APNS and GCM.
 Future<ListPlatformApplicationsResult> AmazonSNSAsyncClient.listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
           Lists the platform application objects for the supported push notification services, such as APNS and GCM.
 Future<ListPlatformApplicationsResult> AmazonSNSAsync.listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
           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)
           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)
           Lists the platform application objects for the supported push notification services, such as APNS and GCM.
 

Method parameters in com.amazonaws.services.sns with type arguments of type ListPlatformApplicationsRequest
 Future<ListPlatformApplicationsResult> AmazonSNSAsyncClient.listPlatformApplicationsAsync(ListPlatformApplicationsRequest listPlatformApplicationsRequest, AsyncHandler<ListPlatformApplicationsRequest,ListPlatformApplicationsResult> asyncHandler)
           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)
           Lists the platform application objects for the supported push notification services, such as APNS and GCM.
 

Uses of ListPlatformApplicationsRequest in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return ListPlatformApplicationsRequest
 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 © 2016. All rights reserved.