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)
The
SetPlatformApplicationAttributes action sets the
attributes of the platform application object for the supported push
notification services, such as APNS and GCM. |
void |
AmazonSNS.setPlatformApplicationAttributes(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest)
The
SetPlatformApplicationAttributes action 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)
The
SetPlatformApplicationAttributes action 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)
The
SetPlatformApplicationAttributes action 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)
The
SetPlatformApplicationAttributes action 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)
The
SetPlatformApplicationAttributes action 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> |
AmazonSNSAsync.setPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest setPlatformApplicationAttributesRequest,
AsyncHandler<SetPlatformApplicationAttributesRequest,Void> asyncHandler)
The
SetPlatformApplicationAttributes action 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)
The
SetPlatformApplicationAttributes action 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.withAttributes(Map<String,String> attributes)
A map of the platform application attributes.
|
SetPlatformApplicationAttributesRequest |
SetPlatformApplicationAttributesRequest.withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for SetPlatformApplicationAttributes action.
|
Copyright © 2014. All rights reserved.