Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
Modifier and Type | Method and Description |
---|---|
default SetPlatformApplicationAttributesResponse |
SnsClient.setPlatformApplicationAttributes(Consumer<SetPlatformApplicationAttributesRequest.Builder> setPlatformApplicationAttributesRequest)
Sets the attributes of the platform application object for the supported push notification services, such as APNS
and GCM (Firebase Cloud Messaging).
|
default SetPlatformApplicationAttributesResponse |
SnsClient.setPlatformApplicationAttributes(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest)
Sets the attributes of the platform application object for the supported push notification services, such as APNS
and GCM (Firebase Cloud Messaging).
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<SetPlatformApplicationAttributesResponse> |
SnsAsyncClient.setPlatformApplicationAttributes(Consumer<SetPlatformApplicationAttributesRequest.Builder> setPlatformApplicationAttributesRequest)
Sets the attributes of the platform application object for the supported push notification services, such as APNS
and GCM (Firebase Cloud Messaging).
|
default CompletableFuture<SetPlatformApplicationAttributesResponse> |
SnsAsyncClient.setPlatformApplicationAttributes(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest)
Sets the attributes of the platform application object for the supported push notification services, such as APNS
and GCM (Firebase Cloud Messaging).
|
Copyright © 2020. All rights reserved.