Uses of Class
com.amazonaws.services.sns.model.DeleteTopicRequest

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.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.