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