|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreatePlatformApplicationRequest | |
---|---|
com.amazonaws.services.sns | Synchronous and asynchronous client classes for accessing AmazonSNS. |
com.amazonaws.services.sns.model | Classes modeling the various types represented by AmazonSNS. |
Uses of CreatePlatformApplicationRequest in com.amazonaws.services.sns |
---|
Methods in com.amazonaws.services.sns with parameters of type CreatePlatformApplicationRequest | |
---|---|
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. |
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. |
Future<CreatePlatformApplicationResult> |
AmazonSNSAsyncClient.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)
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 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> |
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. |
Method parameters in com.amazonaws.services.sns with type arguments of type CreatePlatformApplicationRequest | |
---|---|
Future<CreatePlatformApplicationResult> |
AmazonSNSAsyncClient.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> |
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. |
Uses of CreatePlatformApplicationRequest in com.amazonaws.services.sns.model |
---|
Methods in com.amazonaws.services.sns.model that return CreatePlatformApplicationRequest | |
---|---|
CreatePlatformApplicationRequest |
CreatePlatformApplicationRequest.addAttributesEntry(String key,
String value)
For a list of attributes, see SetPlatformApplicationAttributes |
CreatePlatformApplicationRequest |
CreatePlatformApplicationRequest.clearAttributesEntries()
Removes all the entries added into Attributes. |
CreatePlatformApplicationRequest |
CreatePlatformApplicationRequest.withAttributes(Map<String,String> attributes)
For a list of attributes, see SetPlatformApplicationAttributes |
CreatePlatformApplicationRequest |
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |