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 Topic
Topic. clone()
Topic
Topic. 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 ListTopicsResult
ListTopicsResult. 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 void
ListTopicsResult. setTopics(Collection<Topic> topics)
A list of topic ARNs.ListTopicsResult
ListTopicsResult. withTopics(Collection<Topic> topics)
A list of topic ARNs.
-