Uses of Class
software.amazon.awssdk.services.sns.model.Topic
-
Packages that use Topic Package Description software.amazon.awssdk.services.sns.model software.amazon.awssdk.services.sns.paginators -
-
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 Topic Modifier and Type Method Description List<Topic>ListTopicsResponse. topics()A list of topic ARNs.Methods in software.amazon.awssdk.services.sns.model with parameters of type Topic Modifier and Type Method Description ListTopicsResponse.BuilderListTopicsResponse.Builder. topics(Topic... topics)A list of topic ARNs.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type Topic Modifier and Type Method Description ListTopicsResponse.BuilderListTopicsResponse.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 Topic Modifier and Type Method Description SdkIterable<Topic>ListTopicsIterable. topics()Returns an iterable to iterate through the paginatedListTopicsResponse.topics()member.SdkPublisher<Topic>ListTopicsPublisher. topics()Returns a publisher that can be used to get a stream of data.
-