Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
Modifier and Type | Method and Description |
---|---|
default SetEndpointAttributesResponse |
SnsClient.setEndpointAttributes(Consumer<SetEndpointAttributesRequest.Builder> setEndpointAttributesRequest)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM
and APNS.
|
default SetEndpointAttributesResponse |
SnsClient.setEndpointAttributes(SetEndpointAttributesRequest setEndpointAttributesRequest)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM
and APNS.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<SetEndpointAttributesResponse> |
SnsAsyncClient.setEndpointAttributes(Consumer<SetEndpointAttributesRequest.Builder> setEndpointAttributesRequest)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM
and APNS.
|
default CompletableFuture<SetEndpointAttributesResponse> |
SnsAsyncClient.setEndpointAttributes(SetEndpointAttributesRequest setEndpointAttributesRequest)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM
and APNS.
|
Copyright © 2018. All rights reserved.