| Package | Description |
|---|---|
| com.amazonaws.services.sns |
|
| com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS
|
| 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 FCM and APNS.
|
GetEndpointAttributesResult |
AmazonSNSClient.getEndpointAttributes(GetEndpointAttributesRequest getEndpointAttributesRequest)
Retrieves the endpoint attributes for a device on one of the supported
push notification services, such as FCM and APNS.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEndpointAttributesResult> |
AmazonSNSAsync.getEndpointAttributesAsync(GetEndpointAttributesRequest getEndpointAttributesRequest)
Retrieves the endpoint attributes for a device on one of the supported
push notification services, such as FCM and APNS.
|
Future<GetEndpointAttributesResult> |
AmazonSNSAsyncClient.getEndpointAttributesAsync(GetEndpointAttributesRequest getEndpointAttributesRequest)
Retrieves the endpoint attributes for a device on one of the supported
push notification services, such as FCM and APNS.
|
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 FCM and APNS.
|
Future<GetEndpointAttributesResult> |
AmazonSNSAsyncClient.getEndpointAttributesAsync(GetEndpointAttributesRequest getEndpointAttributesRequest,
AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler)
Retrieves the endpoint attributes for a device on one of the supported
push notification services, such as FCM and APNS.
|
| Modifier and Type | Method and Description |
|---|---|
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 FCM and APNS.
|
Future<GetEndpointAttributesResult> |
AmazonSNSAsyncClient.getEndpointAttributesAsync(GetEndpointAttributesRequest getEndpointAttributesRequest,
AsyncHandler<GetEndpointAttributesRequest,GetEndpointAttributesResult> asyncHandler)
Retrieves the endpoint attributes for a device on one of the supported
push notification services, such as FCM and APNS.
|
| Modifier and Type | Method and Description |
|---|---|
GetEndpointAttributesResult |
GetEndpointAttributesResult.addAttributesEntry(String key,
String value)
Attributes include the following:
|
GetEndpointAttributesResult |
GetEndpointAttributesResult.clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetEndpointAttributesResult |
GetEndpointAttributesResult.withAttributes(Map<String,String> attributes)
Attributes include the following:
|
Copyright © 2020. All rights reserved.