Uses of Class
com.amazonaws.services.sns.model.CreatePlatformEndpointRequest
-
Packages that use CreatePlatformEndpointRequest Package Description com.amazonaws.services.sns com.amazonaws.services.sns.model -
-
Uses of CreatePlatformEndpointRequest in com.amazonaws.services.sns
Method parameters in com.amazonaws.services.sns with type arguments of type CreatePlatformEndpointRequest Modifier and Type Method Description Future<CreatePlatformEndpointResult>AbstractAmazonSNSAsync. createPlatformEndpointAsync(CreatePlatformEndpointRequest request, AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler)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.Future<CreatePlatformEndpointResult>AmazonSNSAsyncClient. createPlatformEndpointAsync(CreatePlatformEndpointRequest request, AsyncHandler<CreatePlatformEndpointRequest,CreatePlatformEndpointResult> asyncHandler) -
Uses of CreatePlatformEndpointRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return CreatePlatformEndpointRequest Modifier and Type Method Description CreatePlatformEndpointRequestCreatePlatformEndpointRequest. addAttributesEntry(String key, String value)CreatePlatformEndpointRequestCreatePlatformEndpointRequest. clearAttributesEntries()Removes all the entries added into Attributes.CreatePlatformEndpointRequestCreatePlatformEndpointRequest. clone()CreatePlatformEndpointRequestCreatePlatformEndpointRequest. withAttributes(Map<String,String> attributes)For a list of attributes, see SetEndpointAttributes.CreatePlatformEndpointRequestCreatePlatformEndpointRequest. withCustomUserData(String customUserData)Arbitrary user data to associate with the endpoint.CreatePlatformEndpointRequestCreatePlatformEndpointRequest. withPlatformApplicationArn(String platformApplicationArn)PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.CreatePlatformEndpointRequestCreatePlatformEndpointRequest. withToken(String token)Unique identifier created by the notification service for an app on a device.
-