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

Packages that use Topic
com.amazonaws.services.sns.model Classes modeling the various types represented by AmazonSNS. 
 

Uses of Topic in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return Topic
 Topic Topic.withTopicArn(String topicArn)
          The topic's ARN.
 

Methods in com.amazonaws.services.sns.model that return types with arguments of type Topic
 List<Topic> ListTopicsResult.getTopics()
          A list of topic ARNs.
 

Methods in com.amazonaws.services.sns.model with parameters of type Topic
 ListTopicsResult ListTopicsResult.withTopics(Topic... topics)
          A list of topic ARNs.
 

Method parameters in com.amazonaws.services.sns.model with type arguments of type Topic
 void ListTopicsResult.setTopics(Collection<Topic> topics)
          A list of topic ARNs.
 ListTopicsResult ListTopicsResult.withTopics(Collection<Topic> topics)
          A list of topic ARNs.
 



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