Uses of Class
software.amazon.awssdk.services.sns.model.ListSubscriptionsByTopicResponse
-
Packages that use ListSubscriptionsByTopicResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.paginators -
-
Uses of ListSubscriptionsByTopicResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return ListSubscriptionsByTopicResponse Modifier and Type Method Description default ListSubscriptionsByTopicResponse
SnsClient. listSubscriptionsByTopic(Consumer<ListSubscriptionsByTopicRequest.Builder> listSubscriptionsByTopicRequest)
Returns a list of the subscriptions to a specific topic.default ListSubscriptionsByTopicResponse
SnsClient. listSubscriptionsByTopic(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest)
Returns a list of the subscriptions to a specific topic.Methods in software.amazon.awssdk.services.sns that return types with arguments of type ListSubscriptionsByTopicResponse Modifier and Type Method Description default CompletableFuture<ListSubscriptionsByTopicResponse>
SnsAsyncClient. listSubscriptionsByTopic(Consumer<ListSubscriptionsByTopicRequest.Builder> listSubscriptionsByTopicRequest)
Returns a list of the subscriptions to a specific topic.default CompletableFuture<ListSubscriptionsByTopicResponse>
SnsAsyncClient. listSubscriptionsByTopic(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest)
Returns a list of the subscriptions to a specific topic. -
Uses of ListSubscriptionsByTopicResponse in software.amazon.awssdk.services.sns.paginators
Methods in software.amazon.awssdk.services.sns.paginators that return types with arguments of type ListSubscriptionsByTopicResponse Modifier and Type Method Description Iterator<ListSubscriptionsByTopicResponse>
ListSubscriptionsByTopicIterable. iterator()
Method parameters in software.amazon.awssdk.services.sns.paginators with type arguments of type ListSubscriptionsByTopicResponse Modifier and Type Method Description void
ListSubscriptionsByTopicPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSubscriptionsByTopicResponse> subscriber)
-