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.
|
com.amazonaws.services.sns.model.transform |
Marhsalling for the various types represented by AmazonSNS.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSNSClient.deletePlatformApplication(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
The
DeletePlatformApplication action deletes a platform
application object for one of the supported push notification
services, such as APNS and GCM. |
void |
AmazonSNS.deletePlatformApplication(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
The
DeletePlatformApplication action deletes a platform
application object for one of the supported push notification
services, such as APNS and GCM. |
Future<Void> |
AmazonSNSAsyncClient.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
The
DeletePlatformApplication action deletes a platform
application object for one of the supported push notification
services, such as APNS and GCM. |
Future<Void> |
AmazonSNSAsync.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest)
The
DeletePlatformApplication action deletes a platform
application object for one of the supported push notification
services, such as APNS and GCM. |
Future<Void> |
AmazonSNSAsyncClient.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest,
AsyncHandler<DeletePlatformApplicationRequest,Void> asyncHandler)
The
DeletePlatformApplication action deletes a platform
application object for one of the supported push notification
services, such as APNS and GCM. |
Future<Void> |
AmazonSNSAsync.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest,
AsyncHandler<DeletePlatformApplicationRequest,Void> asyncHandler)
The
DeletePlatformApplication action deletes a platform
application object for one of the supported push notification
services, such as APNS and GCM. |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSNSAsyncClient.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest,
AsyncHandler<DeletePlatformApplicationRequest,Void> asyncHandler)
The
DeletePlatformApplication action deletes a platform
application object for one of the supported push notification
services, such as APNS and GCM. |
Future<Void> |
AmazonSNSAsync.deletePlatformApplicationAsync(DeletePlatformApplicationRequest deletePlatformApplicationRequest,
AsyncHandler<DeletePlatformApplicationRequest,Void> asyncHandler)
The
DeletePlatformApplication action deletes a platform
application object for one of the supported push notification
services, such as APNS and GCM. |
Modifier and Type | Method and Description |
---|---|
DeletePlatformApplicationRequest |
DeletePlatformApplicationRequest.withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn of platform application object to delete.
|
Modifier and Type | Method and Description |
---|---|
Request<DeletePlatformApplicationRequest> |
DeletePlatformApplicationRequestMarshaller.marshall(DeletePlatformApplicationRequest deletePlatformApplicationRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DeletePlatformApplicationRequest> |
DeletePlatformApplicationRequestMarshaller.marshall(DeletePlatformApplicationRequest deletePlatformApplicationRequest) |
Copyright © 2016. All rights reserved.