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

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

Methods in com.amazonaws.services.sns that return CreatePlatformEndpointResult
 CreatePlatformEndpointResult AmazonSNSClient.createPlatformEndpoint(CreatePlatformEndpointRequest createPlatformEndpointRequest)
           Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
 CreatePlatformEndpointResult AmazonSNS.createPlatformEndpoint(CreatePlatformEndpointRequest createPlatformEndpointRequest)
           Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
 

Methods in com.amazonaws.services.sns that return types with arguments of type CreatePlatformEndpointResult
 Future<CreatePlatformEndpointResult> AmazonSNSAsyncClient.createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest)
           Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
 Future<CreatePlatformEndpointResult> AmazonSNSAsync.createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest)
           Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
 Future<CreatePlatformEndpointResult> AmazonSNSAsyncClient.createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest, AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler)
           Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
 Future<CreatePlatformEndpointResult> AmazonSNSAsync.createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest, AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler)
           Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
 

Method parameters in com.amazonaws.services.sns with type arguments of type CreatePlatformEndpointResult
 Future<CreatePlatformEndpointResult> AmazonSNSAsyncClient.createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest, AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler)
           Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
 Future<CreatePlatformEndpointResult> AmazonSNSAsync.createPlatformEndpointAsync(CreatePlatformEndpointRequest createPlatformEndpointRequest, AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler)
           Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS.
 

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

Methods in com.amazonaws.services.sns.model that return CreatePlatformEndpointResult
 CreatePlatformEndpointResult CreatePlatformEndpointResult.withEndpointArn(String endpointArn)
          EndpointArn returned from CreateEndpoint action.
 



Copyright © 2016. All rights reserved.