Uses of Class
software.amazon.awssdk.services.quicksight.model.SearchTopicsResponse
-
Packages that use SearchTopicsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of SearchTopicsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return SearchTopicsResponse Modifier and Type Method Description default SearchTopicsResponseQuickSightClient. searchTopics(Consumer<SearchTopicsRequest.Builder> searchTopicsRequest)Searches for any Q topic that exists in an QuickSight account.default SearchTopicsResponseQuickSightClient. searchTopics(SearchTopicsRequest searchTopicsRequest)Searches for any Q topic that exists in an QuickSight account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type SearchTopicsResponse Modifier and Type Method Description default CompletableFuture<SearchTopicsResponse>QuickSightAsyncClient. searchTopics(Consumer<SearchTopicsRequest.Builder> searchTopicsRequest)Searches for any Q topic that exists in an QuickSight account.default CompletableFuture<SearchTopicsResponse>QuickSightAsyncClient. searchTopics(SearchTopicsRequest searchTopicsRequest)Searches for any Q topic that exists in an QuickSight account. -
Uses of SearchTopicsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type SearchTopicsResponse Modifier and Type Method Description Iterator<SearchTopicsResponse>SearchTopicsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type SearchTopicsResponse Modifier and Type Method Description voidSearchTopicsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchTopicsResponse> subscriber)
-