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

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

Methods in com.amazonaws.services.sns that return CreatePlatformApplicationResult
 CreatePlatformApplicationResult AmazonSNSClient.createPlatformApplication(CreatePlatformApplicationRequest createPlatformApplicationRequest)
           Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.
 CreatePlatformApplicationResult AmazonSNS.createPlatformApplication(CreatePlatformApplicationRequest createPlatformApplicationRequest)
           Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.
 

Methods in com.amazonaws.services.sns that return types with arguments of type CreatePlatformApplicationResult
 Future<CreatePlatformApplicationResult> AmazonSNSAsyncClient.createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest)
           Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.
 Future<CreatePlatformApplicationResult> AmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest)
           Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.
 Future<CreatePlatformApplicationResult> AmazonSNSAsyncClient.createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest, AsyncHandler<CreatePlatformApplicationRequest,CreatePlatformApplicationResult> asyncHandler)
           Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.
 Future<CreatePlatformApplicationResult> AmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest, AsyncHandler<CreatePlatformApplicationRequest,CreatePlatformApplicationResult> asyncHandler)
           Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.
 

Method parameters in com.amazonaws.services.sns with type arguments of type CreatePlatformApplicationResult
 Future<CreatePlatformApplicationResult> AmazonSNSAsyncClient.createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest, AsyncHandler<CreatePlatformApplicationRequest,CreatePlatformApplicationResult> asyncHandler)
           Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.
 Future<CreatePlatformApplicationResult> AmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest, AsyncHandler<CreatePlatformApplicationRequest,CreatePlatformApplicationResult> asyncHandler)
           Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.
 

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

Methods in com.amazonaws.services.sns.model that return CreatePlatformApplicationResult
 CreatePlatformApplicationResult CreatePlatformApplicationResult.withPlatformApplicationArn(String platformApplicationArn)
          PlatformApplicationArn is returned.
 



Copyright © 2016. All rights reserved.