Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.model |
Modifier and Type | Method and Description |
---|---|
SetEndpointAttributesResult |
AmazonSNSClient.setEndpointAttributes(SetEndpointAttributesRequest request)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM
(Firebase Cloud Messaging) and APNS.
|
SetEndpointAttributesResult |
AbstractAmazonSNS.setEndpointAttributes(SetEndpointAttributesRequest request) |
SetEndpointAttributesResult |
AmazonSNS.setEndpointAttributes(SetEndpointAttributesRequest setEndpointAttributesRequest)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM
(Firebase Cloud Messaging) and APNS.
|
Future<SetEndpointAttributesResult> |
AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest request) |
Future<SetEndpointAttributesResult> |
AmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM
(Firebase Cloud Messaging) and APNS.
|
Future<SetEndpointAttributesResult> |
AbstractAmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest request) |
Future<SetEndpointAttributesResult> |
AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest request,
AsyncHandler<SetEndpointAttributesRequest,SetEndpointAttributesResult> asyncHandler) |
Future<SetEndpointAttributesResult> |
AmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest,
AsyncHandler<SetEndpointAttributesRequest,SetEndpointAttributesResult> asyncHandler)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM
(Firebase Cloud Messaging) and APNS.
|
Future<SetEndpointAttributesResult> |
AbstractAmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest request,
AsyncHandler<SetEndpointAttributesRequest,SetEndpointAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<SetEndpointAttributesResult> |
AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest request,
AsyncHandler<SetEndpointAttributesRequest,SetEndpointAttributesResult> asyncHandler) |
Future<SetEndpointAttributesResult> |
AmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest,
AsyncHandler<SetEndpointAttributesRequest,SetEndpointAttributesResult> asyncHandler)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM
(Firebase Cloud Messaging) and APNS.
|
Future<SetEndpointAttributesResult> |
AbstractAmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest request,
AsyncHandler<SetEndpointAttributesRequest,SetEndpointAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
SetEndpointAttributesRequest |
SetEndpointAttributesRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
SetEndpointAttributesRequest |
SetEndpointAttributesRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
SetEndpointAttributesRequest |
SetEndpointAttributesRequest.clone() |
SetEndpointAttributesRequest |
SetEndpointAttributesRequest.withAttributes(Map<String,String> attributes)
A map of the endpoint attributes.
|
SetEndpointAttributesRequest |
SetEndpointAttributesRequest.withEndpointArn(String endpointArn)
EndpointArn used for SetEndpointAttributes action.
|
Copyright © 2021. All rights reserved.