Uses of Class
com.amazonaws.services.sns.model.CreatePlatformApplicationRequest
Packages that use CreatePlatformApplicationRequest
-
Uses of CreatePlatformApplicationRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type CreatePlatformApplicationRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.createPlatformApplication(CreatePlatformApplicationRequest request) AmazonSNS.createPlatformApplication(CreatePlatformApplicationRequest createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.AmazonSNSClient.createPlatformApplication(CreatePlatformApplicationRequest createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.AbstractAmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest request) AbstractAmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest request, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) AmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest) Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.AmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.AmazonSNSAsyncClient.createPlatformApplicationAsync(CreatePlatformApplicationRequest request) AmazonSNSAsyncClient.createPlatformApplicationAsync(CreatePlatformApplicationRequest request, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type CreatePlatformApplicationRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest request, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) AmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest createPlatformApplicationRequest, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register.AmazonSNSAsyncClient.createPlatformApplicationAsync(CreatePlatformApplicationRequest request, AsyncHandler<CreatePlatformApplicationRequest, CreatePlatformApplicationResult> asyncHandler) -
Uses of CreatePlatformApplicationRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return CreatePlatformApplicationRequestModifier and TypeMethodDescriptionCreatePlatformApplicationRequest.addAttributesEntry(String key, String value) CreatePlatformApplicationRequest.clearAttributesEntries()Removes all the entries added into Attributes.CreatePlatformApplicationRequest.clone()CreatePlatformApplicationRequest.withAttributes(Map<String, String> attributes) For a list of attributes, see SetPlatformApplicationAttributesApplication names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.CreatePlatformApplicationRequest.withPlatform(String platform) The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).