Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.model |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreatePlatformEndpointRequest |
CreatePlatformEndpointRequest.addAttributesEntry(String key,
String value) |
CreatePlatformEndpointRequest |
CreatePlatformEndpointRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CreatePlatformEndpointRequest |
CreatePlatformEndpointRequest.clone() |
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 © 2017. All rights reserved.