Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
software.amazon.awssdk.services.sns.model |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SetPlatformApplicationAttributesRequest.Builder |
SetPlatformApplicationAttributesRequest.Builder.attributes(Map<String,String> attributes)
A map of the platform application attributes.
|
static SetPlatformApplicationAttributesRequest.Builder |
SetPlatformApplicationAttributesRequest.builder() |
SetPlatformApplicationAttributesRequest.Builder |
SetPlatformApplicationAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetPlatformApplicationAttributesRequest.Builder |
SetPlatformApplicationAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetPlatformApplicationAttributesRequest.Builder |
SetPlatformApplicationAttributesRequest.Builder.platformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for SetPlatformApplicationAttributes action.
|
SetPlatformApplicationAttributesRequest.Builder |
SetPlatformApplicationAttributesRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends SetPlatformApplicationAttributesRequest.Builder> |
SetPlatformApplicationAttributesRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.