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

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

Methods in com.amazonaws.services.sns with parameters of type CreatePlatformEndpointRequest
 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.
 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 CreatePlatformEndpointRequest
 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 CreatePlatformEndpointRequest in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return CreatePlatformEndpointRequest
 CreatePlatformEndpointRequest CreatePlatformEndpointRequest.addAttributesEntry(String key, String value)
          For a list of attributes, see SetEndpointAttributes.
 CreatePlatformEndpointRequest CreatePlatformEndpointRequest.clearAttributesEntries()
          Removes all the entries added into Attributes.
 CreatePlatformEndpointRequest CreatePlatformEndpointRequest.withAttributes(Map<String,String> attributes)
          For a list of attributes, see SetEndpointAttributes.
 CreatePlatformEndpointRequest CreatePlatformEndpointRequest.withCustomUserData(String customUserData)
          Arbitrary user data to associate with the endpoint.
 CreatePlatformEndpointRequest CreatePlatformEndpointRequest.withPlatformApplicationArn(String platformApplicationArn)
          PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.
 CreatePlatformEndpointRequest CreatePlatformEndpointRequest.withToken(String token)
          Unique identifier created by the notification service for an app on a device.
 



Copyright © 2016. All rights reserved.