Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
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 CreatePlatformApplicationResponse |
SnsClient.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
default CompletableFuture<CreatePlatformApplicationResponse> |
SnsAsyncClient.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.
|
Copyright © 2018. All rights reserved.