Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
Modifier and Type | Method and Description |
---|---|
default DeletePlatformApplicationResponse |
SnsClient.deletePlatformApplication(Consumer<DeletePlatformApplicationRequest.Builder> deletePlatformApplicationRequest)
Deletes a platform application object for one of the supported push notification services, such as APNS and FCM.
|
default DeletePlatformApplicationResponse |
SnsClient.deletePlatformApplication(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
Deletes a platform application object for one of the supported push notification services, such as APNS and FCM.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<DeletePlatformApplicationResponse> |
SnsAsyncClient.deletePlatformApplication(Consumer<DeletePlatformApplicationRequest.Builder> deletePlatformApplicationRequest)
Deletes a platform application object for one of the supported push notification services, such as APNS and FCM.
|
default CompletableFuture<DeletePlatformApplicationResponse> |
SnsAsyncClient.deletePlatformApplication(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
Deletes a platform application object for one of the supported push notification services, such as APNS and FCM.
|
Copyright © 2020. All rights reserved.