Package | Description |
---|---|
com.amazonaws.services.sns | |
com.amazonaws.services.sns.model | |
com.amazonaws.services.sns.model.transform |
Modifier and Type | Method and Description |
---|---|
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.
|
CreatePlatformApplicationResult |
AbstractAmazonSNS.createPlatformApplication(CreatePlatformApplicationRequest request) |
java.util.concurrent.Future<CreatePlatformApplicationResult> |
AmazonSNSAsyncClient.createPlatformApplicationAsync(CreatePlatformApplicationRequest request) |
java.util.concurrent.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.
|
java.util.concurrent.Future<CreatePlatformApplicationResult> |
AbstractAmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest request) |
java.util.concurrent.Future<CreatePlatformApplicationResult> |
AmazonSNSAsyncClient.createPlatformApplicationAsync(CreatePlatformApplicationRequest request,
AsyncHandler<CreatePlatformApplicationRequest,CreatePlatformApplicationResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<CreatePlatformApplicationResult> |
AbstractAmazonSNSAsync.createPlatformApplicationAsync(CreatePlatformApplicationRequest request,
AsyncHandler<CreatePlatformApplicationRequest,CreatePlatformApplicationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreatePlatformApplicationRequest |
CreatePlatformApplicationRequest.addAttributesEntry(java.lang.String key,
java.lang.String value) |
CreatePlatformApplicationRequest |
CreatePlatformApplicationRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CreatePlatformApplicationRequest |
CreatePlatformApplicationRequest.clone() |
CreatePlatformApplicationRequest |
CreatePlatformApplicationRequest.withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
For a list of attributes, see SetPlatformApplicationAttributes
|
CreatePlatformApplicationRequest |
CreatePlatformApplicationRequest.withName(java.lang.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(java.lang.String platform)
The following platforms are supported: ADM (Amazon Device Messaging),
APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google
Cloud Messaging).
|
Modifier and Type | Method and Description |
---|---|
Request<CreatePlatformApplicationRequest> |
CreatePlatformApplicationRequestMarshaller.marshall(CreatePlatformApplicationRequest createPlatformApplicationRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreatePlatformApplicationRequest> |
CreatePlatformApplicationRequestMarshaller.marshall(CreatePlatformApplicationRequest createPlatformApplicationRequest) |