Package | Description |
---|---|
com.amazonaws.services.sns |
Synchronous and asynchronous client classes for accessing AmazonSNS.
|
com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSNSClient.setEndpointAttributes(SetEndpointAttributesRequest setEndpointAttributesRequest)
The
SetEndpointAttributes action sets the attributes for
an endpoint for a device on one of the supported push notification
services, such as GCM and APNS. |
void |
AmazonSNS.setEndpointAttributes(SetEndpointAttributesRequest setEndpointAttributesRequest)
The
SetEndpointAttributes action sets the attributes for
an endpoint for a device on one of the supported push notification
services, such as GCM and APNS. |
Future<Void> |
AmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest)
The
SetEndpointAttributes action sets the attributes for
an endpoint for a device on one of the supported push notification
services, such as GCM and APNS. |
Future<Void> |
AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest)
The
SetEndpointAttributes action sets the attributes for
an endpoint for a device on one of the supported push notification
services, such as GCM and APNS. |
Future<Void> |
AmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest,
AsyncHandler<SetEndpointAttributesRequest,Void> asyncHandler)
The
SetEndpointAttributes action sets the attributes for
an endpoint for a device on one of the supported push notification
services, such as GCM and APNS. |
Future<Void> |
AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest,
AsyncHandler<SetEndpointAttributesRequest,Void> asyncHandler)
The
SetEndpointAttributes action 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 |
---|---|
Future<Void> |
AmazonSNSAsync.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest,
AsyncHandler<SetEndpointAttributesRequest,Void> asyncHandler)
The
SetEndpointAttributes action sets the attributes for
an endpoint for a device on one of the supported push notification
services, such as GCM and APNS. |
Future<Void> |
AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest,
AsyncHandler<SetEndpointAttributesRequest,Void> asyncHandler)
The
SetEndpointAttributes action 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 |
---|---|
SetEndpointAttributesRequest |
SetEndpointAttributesRequest.addAttributesEntry(String key,
String value)
A map of the endpoint attributes.
|
SetEndpointAttributesRequest |
SetEndpointAttributesRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
SetEndpointAttributesRequest |
SetEndpointAttributesRequest.withAttributes(Map<String,String> attributes)
A map of the endpoint attributes.
|
SetEndpointAttributesRequest |
SetEndpointAttributesRequest.withEndpointArn(String endpointArn)
EndpointArn used for SetEndpointAttributes action.
|
Copyright © 2014. All rights reserved.