Uses of Class
com.amazonaws.services.sns.model.Topic
Packages that use Topic
-
Uses of Topic in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return TopicModifier and TypeMethodDescriptionTopic.clone()
Topic.withTopicArn
(String topicArn) The topic's ARN.Methods in com.amazonaws.services.sns.model that return types with arguments of type TopicMethods in com.amazonaws.services.sns.model with parameters of type TopicModifier and TypeMethodDescriptionListTopicsResult.withTopics
(Topic... topics) A list of topic ARNs.Method parameters in com.amazonaws.services.sns.model with type arguments of type TopicModifier and TypeMethodDescriptionvoid
ListTopicsResult.setTopics
(Collection<Topic> topics) A list of topic ARNs.ListTopicsResult.withTopics
(Collection<Topic> topics) A list of topic ARNs.