Uses of Class
com.amazonaws.services.sns.model.Topic
-
Packages that use Topic Package Description com.amazonaws.services.sns.model -
-
Uses of Topic in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return Topic Modifier and Type Method Description TopicTopic. clone()TopicTopic. withTopicArn(String topicArn)The topic's ARN.Methods in com.amazonaws.services.sns.model that return types with arguments of type Topic Modifier and Type Method Description List<Topic>ListTopicsResult. getTopics()A list of topic ARNs.Methods in com.amazonaws.services.sns.model with parameters of type Topic Modifier and Type Method Description ListTopicsResultListTopicsResult. withTopics(Topic... topics)A list of topic ARNs.Method parameters in com.amazonaws.services.sns.model with type arguments of type Topic Modifier and Type Method Description voidListTopicsResult. setTopics(Collection<Topic> topics)A list of topic ARNs.ListTopicsResultListTopicsResult. withTopics(Collection<Topic> topics)A list of topic ARNs.
-