Uses of Class
software.amazon.awssdk.services.quicksight.model.SearchAnalysesResponse
-
Packages that use SearchAnalysesResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of SearchAnalysesResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return SearchAnalysesResponse Modifier and Type Method Description default SearchAnalysesResponseQuickSightClient. searchAnalyses(Consumer<SearchAnalysesRequest.Builder> searchAnalysesRequest)Searches for analyses that belong to the user specified in the filter.default SearchAnalysesResponseQuickSightClient. searchAnalyses(SearchAnalysesRequest searchAnalysesRequest)Searches for analyses that belong to the user specified in the filter.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type SearchAnalysesResponse Modifier and Type Method Description default CompletableFuture<SearchAnalysesResponse>QuickSightAsyncClient. searchAnalyses(Consumer<SearchAnalysesRequest.Builder> searchAnalysesRequest)Searches for analyses that belong to the user specified in the filter.default CompletableFuture<SearchAnalysesResponse>QuickSightAsyncClient. searchAnalyses(SearchAnalysesRequest searchAnalysesRequest)Searches for analyses that belong to the user specified in the filter. -
Uses of SearchAnalysesResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type SearchAnalysesResponse Modifier and Type Method Description Iterator<SearchAnalysesResponse>SearchAnalysesIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type SearchAnalysesResponse Modifier and Type Method Description voidSearchAnalysesPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchAnalysesResponse> subscriber)
-