| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePlatformApplicationRequest.Builder |
CreatePlatformApplicationRequest.Builder.attributes(Map<String,String> attributes)
For a list of attributes, see SetPlatformApplicationAttributes
|
static CreatePlatformApplicationRequest.Builder |
CreatePlatformApplicationRequest.builder() |
CreatePlatformApplicationRequest.Builder |
CreatePlatformApplicationRequest.Builder.name(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.Builder |
CreatePlatformApplicationRequest.Builder.platform(String platform)
The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service),
APNS_SANDBOX, and GCM (Google Cloud Messaging).
|
CreatePlatformApplicationRequest.Builder |
CreatePlatformApplicationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePlatformApplicationRequest.Builder> |
CreatePlatformApplicationRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.