Uses of Class
com.amazonaws.services.sns.model.CreatePlatformApplicationRequest
-
Packages that use CreatePlatformApplicationRequest Package Description com.amazonaws.services.sns com.amazonaws.services.sns.model -
-
Uses of CreatePlatformApplicationRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type CreatePlatformApplicationRequest Modifier and Type Method Description CreatePlatformApplicationResult
AbstractAmazonSNS. createPlatformApplication(CreatePlatformApplicationRequest request)
CreatePlatformApplicationResult
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.CreatePlatformApplicationResult
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.Future<CreatePlatformApplicationResult>
AbstractAmazonSNSAsync. createPlatformApplicationAsync(CreatePlatformApplicationRequest request)
Future<CreatePlatformApplicationResult>
AbstractAmazonSNSAsync. createPlatformApplicationAsync(CreatePlatformApplicationRequest request, AsyncHandler<CreatePlatformApplicationRequest,CreatePlatformApplicationResult> asyncHandler)
Future<CreatePlatformApplicationResult>
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.Future<CreatePlatformApplicationResult>
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.Future<CreatePlatformApplicationResult>
AmazonSNSAsyncClient. createPlatformApplicationAsync(CreatePlatformApplicationRequest request)
Future<CreatePlatformApplicationResult>
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 CreatePlatformApplicationRequest Modifier and Type Method Description CreatePlatformApplicationRequest
CreatePlatformApplicationRequest. addAttributesEntry(String key, String value)
CreatePlatformApplicationRequest
CreatePlatformApplicationRequest. clearAttributesEntries()
Removes all the entries added into Attributes.CreatePlatformApplicationRequest
CreatePlatformApplicationRequest. clone()
CreatePlatformApplicationRequest
CreatePlatformApplicationRequest. withAttributes(Map<String,String> attributes)
For a list of attributes, see SetPlatformApplicationAttributesCreatePlatformApplicationRequest
CreatePlatformApplicationRequest. withName(String name)
Application 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
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).
-