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.deleteTopic(DeleteTopicRequest deleteTopicRequest)
The
DeleteTopic action deletes a topic and all its
subscriptions. |
void |
AmazonSNS.deleteTopic(DeleteTopicRequest deleteTopicRequest)
The
DeleteTopic action deletes a topic and all its
subscriptions. |
Future<Void> |
AmazonSNSAsyncClient.deleteTopicAsync(DeleteTopicRequest deleteTopicRequest)
The
DeleteTopic action deletes a topic and all its
subscriptions. |
Future<Void> |
AmazonSNSAsync.deleteTopicAsync(DeleteTopicRequest deleteTopicRequest)
The
DeleteTopic action deletes a topic and all its
subscriptions. |
Future<Void> |
AmazonSNSAsyncClient.deleteTopicAsync(DeleteTopicRequest deleteTopicRequest,
AsyncHandler<DeleteTopicRequest,Void> asyncHandler)
The
DeleteTopic action deletes a topic and all its
subscriptions. |
Future<Void> |
AmazonSNSAsync.deleteTopicAsync(DeleteTopicRequest deleteTopicRequest,
AsyncHandler<DeleteTopicRequest,Void> asyncHandler)
The
DeleteTopic action deletes a topic and all its
subscriptions. |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSNSAsyncClient.deleteTopicAsync(DeleteTopicRequest deleteTopicRequest,
AsyncHandler<DeleteTopicRequest,Void> asyncHandler)
The
DeleteTopic action deletes a topic and all its
subscriptions. |
Future<Void> |
AmazonSNSAsync.deleteTopicAsync(DeleteTopicRequest deleteTopicRequest,
AsyncHandler<DeleteTopicRequest,Void> asyncHandler)
The
DeleteTopic action deletes a topic and all its
subscriptions. |
Modifier and Type | Method and Description |
---|---|
DeleteTopicRequest |
DeleteTopicRequest.withTopicArn(String topicArn)
The ARN of the topic you want to delete.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteTopicRequest> |
DeleteTopicRequestMarshaller.marshall(DeleteTopicRequest deleteTopicRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DeleteTopicRequest> |
DeleteTopicRequestMarshaller.marshall(DeleteTopicRequest deleteTopicRequest) |
Copyright © 2016. All rights reserved.