Uses of Class
software.amazon.awssdk.services.sns.model.Topic
Packages that use Topic
Package
Description
-
Uses of Topic in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type TopicMethods in software.amazon.awssdk.services.sns.model with parameters of type TopicModifier and TypeMethodDescriptionA list of topic ARNs.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type TopicModifier and TypeMethodDescriptionListTopicsResponse.Builder.topics(Collection<Topic> topics) A list of topic ARNs. -
Uses of Topic in software.amazon.awssdk.services.sns.paginators
Methods in software.amazon.awssdk.services.sns.paginators that return types with arguments of type TopicModifier and TypeMethodDescriptionfinal SdkIterable<Topic>ListTopicsIterable.topics()Returns an iterable to iterate through the paginatedListTopicsResponse.topics()member.final SdkPublisher<Topic>ListTopicsPublisher.topics()Returns a publisher that can be used to get a stream of data.