|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetEndpointAttributesRequest | |
---|---|
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. |
Uses of SetEndpointAttributesRequest in com.amazonaws.services.sns |
---|
Methods in com.amazonaws.services.sns with parameters of type SetEndpointAttributesRequest | |
---|---|
void |
AmazonSNSClient.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. |
void |
AmazonSNS.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. |
Future<Void> |
AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest)
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)
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)
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)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS. |
Method parameters in com.amazonaws.services.sns with type arguments of type SetEndpointAttributesRequest | |
---|---|
Future<Void> |
AmazonSNSAsyncClient.setEndpointAttributesAsync(SetEndpointAttributesRequest setEndpointAttributesRequest,
AsyncHandler<SetEndpointAttributesRequest,Void> asyncHandler)
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)
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS. |
Uses of SetEndpointAttributesRequest in com.amazonaws.services.sns.model |
---|
Methods in com.amazonaws.services.sns.model that return SetEndpointAttributesRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |