Uses of Class
software.amazon.awssdk.services.sns.model.ListTopicsResponse
-
Packages that use ListTopicsResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.paginators -
-
Uses of ListTopicsResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return ListTopicsResponse Modifier and Type Method Description default ListTopicsResponse
SnsClient. listTopics()
Returns a list of the requester's topics.default ListTopicsResponse
SnsClient. listTopics(Consumer<ListTopicsRequest.Builder> listTopicsRequest)
Returns a list of the requester's topics.default ListTopicsResponse
SnsClient. listTopics(ListTopicsRequest listTopicsRequest)
Returns a list of the requester's topics.Methods in software.amazon.awssdk.services.sns that return types with arguments of type ListTopicsResponse Modifier and Type Method Description default CompletableFuture<ListTopicsResponse>
SnsAsyncClient. listTopics()
Returns a list of the requester's topics.default CompletableFuture<ListTopicsResponse>
SnsAsyncClient. listTopics(Consumer<ListTopicsRequest.Builder> listTopicsRequest)
Returns a list of the requester's topics.default CompletableFuture<ListTopicsResponse>
SnsAsyncClient. listTopics(ListTopicsRequest listTopicsRequest)
Returns a list of the requester's topics. -
Uses of ListTopicsResponse in software.amazon.awssdk.services.sns.paginators
Methods in software.amazon.awssdk.services.sns.paginators that return types with arguments of type ListTopicsResponse Modifier and Type Method Description Iterator<ListTopicsResponse>
ListTopicsIterable. iterator()
Method parameters in software.amazon.awssdk.services.sns.paginators with type arguments of type ListTopicsResponse Modifier and Type Method Description void
ListTopicsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTopicsResponse> subscriber)
-