Uses of Class
software.amazon.awssdk.services.sns.model.ListSubscriptionsByTopicResponse
Packages that use ListSubscriptionsByTopicResponse
Package
Description
-
Uses of ListSubscriptionsByTopicResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return ListSubscriptionsByTopicResponseModifier and TypeMethodDescriptiondefault ListSubscriptionsByTopicResponseSnsClient.listSubscriptionsByTopic(Consumer<ListSubscriptionsByTopicRequest.Builder> listSubscriptionsByTopicRequest) Returns a list of the subscriptions to a specific topic.default ListSubscriptionsByTopicResponseSnsClient.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 ListSubscriptionsByTopicResponseModifier and TypeMethodDescriptionSnsAsyncClient.listSubscriptionsByTopic(Consumer<ListSubscriptionsByTopicRequest.Builder> listSubscriptionsByTopicRequest) Returns a list of the subscriptions to a specific topic.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 ListSubscriptionsByTopicResponseMethod parameters in software.amazon.awssdk.services.sns.paginators with type arguments of type ListSubscriptionsByTopicResponseModifier and TypeMethodDescriptionvoidListSubscriptionsByTopicPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSubscriptionsByTopicResponse> subscriber)