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 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.
-