Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
software.amazon.awssdk.services.sns.model |
Modifier and Type | Method and Description |
---|---|
default CreatePlatformApplicationResponse |
SnsClient.createPlatformApplication(Consumer<CreatePlatformApplicationRequest.Builder> 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.
|
default CompletableFuture<CreatePlatformApplicationResponse> |
SnsAsyncClient.createPlatformApplication(Consumer<CreatePlatformApplicationRequest.Builder> 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.
|
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.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePlatformApplicationRequest.Builder |
CreatePlatformApplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 © 2018. All rights reserved.