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

Packages that use ListPlatformApplicationsResult
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 ListPlatformApplicationsResult in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns that return ListPlatformApplicationsResult
 ListPlatformApplicationsResult AmazonSNSClient.listPlatformApplications()
           Lists the platform application objects for the supported push notification services, such as APNS and GCM.
 ListPlatformApplicationsResult AmazonSNS.listPlatformApplications()
           Lists the platform application objects for the supported push notification services, such as APNS and GCM.
 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.
 

Methods in com.amazonaws.services.sns that return types with arguments of type ListPlatformApplicationsResult
 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 ListPlatformApplicationsResult
 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 ListPlatformApplicationsResult in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return ListPlatformApplicationsResult
 ListPlatformApplicationsResult ListPlatformApplicationsResult.withNextToken(String nextToken)
          NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
 ListPlatformApplicationsResult ListPlatformApplicationsResult.withPlatformApplications(Collection<PlatformApplication> platformApplications)
          Platform applications returned when calling ListPlatformApplications action.
 ListPlatformApplicationsResult ListPlatformApplicationsResult.withPlatformApplications(PlatformApplication... platformApplications)
          Platform applications returned when calling ListPlatformApplications action.
 



Copyright © 2016. All rights reserved.