Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.model |
Modifier and Type | Method and Description |
---|---|
GetEndpointAttributesResult |
AmazonSNS.getEndpointAttributes(GetEndpointAttributesRequest getEndpointAttributesRequest)
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM
(Firebase Cloud Messaging) and APNS.
|
GetEndpointAttributesResult |
AmazonSNSClient.getEndpointAttributes(GetEndpointAttributesRequest request)
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM
(Firebase Cloud Messaging) and APNS.
|
GetEndpointAttributesResult |
AbstractAmazonSNS.getEndpointAttributes(GetEndpointAttributesRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetEndpointAttributesResult> |
AbstractAmazonSNSAsync.getEndpointAttributesAsync(GetEndpointAttributesRequest request,
AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler) |
Future<GetEndpointAttributesResult> |
AmazonSNSAsync.getEndpointAttributesAsync(GetEndpointAttributesRequest getEndpointAttributesRequest,
AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler)
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM
(Firebase Cloud Messaging) and APNS.
|
Future<GetEndpointAttributesResult> |
AmazonSNSAsyncClient.getEndpointAttributesAsync(GetEndpointAttributesRequest request,
AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetEndpointAttributesResult |
GetEndpointAttributesResult.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
GetEndpointAttributesResult |
GetEndpointAttributesResult.clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetEndpointAttributesResult |
GetEndpointAttributesResult.clone() |
GetEndpointAttributesResult |
GetEndpointAttributesResult.withAttributes(Map<String,String> attributes)
Attributes include the following:
|
Copyright © 2021. All rights reserved.