Uses of Class
software.amazon.awssdk.services.quicksight.model.ListAnalysesResponse
-
Packages that use ListAnalysesResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListAnalysesResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListAnalysesResponse Modifier and Type Method Description default ListAnalysesResponseQuickSightClient. listAnalyses(Consumer<ListAnalysesRequest.Builder> listAnalysesRequest)Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account.default ListAnalysesResponseQuickSightClient. listAnalyses(ListAnalysesRequest listAnalysesRequest)Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListAnalysesResponse Modifier and Type Method Description default CompletableFuture<ListAnalysesResponse>QuickSightAsyncClient. listAnalyses(Consumer<ListAnalysesRequest.Builder> listAnalysesRequest)Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account.default CompletableFuture<ListAnalysesResponse>QuickSightAsyncClient. listAnalyses(ListAnalysesRequest listAnalysesRequest)Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account. -
Uses of ListAnalysesResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListAnalysesResponse Modifier and Type Method Description Iterator<ListAnalysesResponse>ListAnalysesIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListAnalysesResponse Modifier and Type Method Description voidListAnalysesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAnalysesResponse> subscriber)
-