| 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.setPlatformApplicationAttributes(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest)
Sets the attributes of the platform application object for the
supported push notification services, such as APNS and GCM.
|
void |
AmazonSNS.setPlatformApplicationAttributes(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest)
Sets the attributes of the platform application object for the
supported push notification services, such as APNS and GCM.
|
Future<Void> |
AmazonSNSAsyncClient.setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest)
Sets the attributes of the platform application object for the
supported push notification services, such as APNS and GCM.
|
Future<Void> |
AmazonSNSAsync.setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest)
Sets the attributes of the platform application object for the
supported push notification services, such as APNS and GCM.
|
Future<Void> |
AmazonSNSAsyncClient.setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest,
AsyncHandler<SetPlatformApplicationAttributesRequest,Void> asyncHandler)
Sets the attributes of the platform application object for the
supported push notification services, such as APNS and GCM.
|
Future<Void> |
AmazonSNSAsync.setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest,
AsyncHandler<SetPlatformApplicationAttributesRequest,Void> asyncHandler)
Sets the attributes of the platform application object for the
supported push notification services, such as APNS and GCM.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonSNSAsyncClient.setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest,
AsyncHandler<SetPlatformApplicationAttributesRequest,Void> asyncHandler)
Sets the attributes of the platform application object for the
supported push notification services, such as APNS and GCM.
|
Future<Void> |
AmazonSNSAsync.setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest,
AsyncHandler<SetPlatformApplicationAttributesRequest,Void> asyncHandler)
Sets the attributes of the platform application object for the
supported push notification services, such as APNS and GCM.
|
| Modifier and Type | Method and Description |
|---|---|
SetPlatformApplicationAttributesRequest |
SetPlatformApplicationAttributesRequest.addAttributesEntry(String key,
String value)
A map of the platform application attributes.
|
SetPlatformApplicationAttributesRequest |
SetPlatformApplicationAttributesRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
SetPlatformApplicationAttributesRequest |
SetPlatformApplicationAttributesRequest.clone() |
SetPlatformApplicationAttributesRequest |
SetPlatformApplicationAttributesRequest.withAttributes(Map<String,String> attributes)
A map of the platform application attributes.
|
SetPlatformApplicationAttributesRequest |
SetPlatformApplicationAttributesRequest.withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for SetPlatformApplicationAttributes action.
|
Copyright © 2015. All rights reserved.