|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetPlatformApplicationAttributesRequest | |
---|---|
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 SetPlatformApplicationAttributesRequest in com.amazonaws.services.sns |
---|
Methods in com.amazonaws.services.sns with parameters of type SetPlatformApplicationAttributesRequest | |
---|---|
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. |
Method parameters in com.amazonaws.services.sns with type arguments of type SetPlatformApplicationAttributesRequest | |
---|---|
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. |
Uses of SetPlatformApplicationAttributesRequest in com.amazonaws.services.sns.model |
---|
Methods in com.amazonaws.services.sns.model that return SetPlatformApplicationAttributesRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |