Uses of Class
software.amazon.awssdk.services.quicksight.model.ListTopicsResponse
-
Packages that use ListTopicsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListTopicsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListTopicsResponse Modifier and Type Method Description default ListTopicsResponseQuickSightClient. listTopics(Consumer<ListTopicsRequest.Builder> listTopicsRequest)Lists all of the topics within an account.default ListTopicsResponseQuickSightClient. listTopics(ListTopicsRequest listTopicsRequest)Lists all of the topics within an account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListTopicsResponse Modifier and Type Method Description default CompletableFuture<ListTopicsResponse>QuickSightAsyncClient. listTopics(Consumer<ListTopicsRequest.Builder> listTopicsRequest)Lists all of the topics within an account.default CompletableFuture<ListTopicsResponse>QuickSightAsyncClient. listTopics(ListTopicsRequest listTopicsRequest)Lists all of the topics within an account. -
Uses of ListTopicsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.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.quicksight.paginators with type arguments of type ListTopicsResponse Modifier and Type Method Description voidListTopicsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTopicsResponse> subscriber)
-