|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeleteTopicRequest | |
|---|---|
| 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 DeleteTopicRequest in com.amazonaws.services.sns |
|---|
| Methods in com.amazonaws.services.sns with parameters of type DeleteTopicRequest | |
|---|---|
void |
AmazonSNS.deleteTopic(DeleteTopicRequest deleteTopicRequest)
The DeleteTopic action deletes a topic and all its subscriptions. |
void |
AmazonSNSClient.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. |
| Uses of DeleteTopicRequest in com.amazonaws.services.sns.model |
|---|
| Methods in com.amazonaws.services.sns.model that return DeleteTopicRequest | |
|---|---|
DeleteTopicRequest |
DeleteTopicRequest.withTopicArn(String topicArn)
The ARN of the topic you want to delete. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||