Uses of Class
software.amazon.awssdk.services.quicksight.model.ListDashboardsResponse
-
Packages that use ListDashboardsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListDashboardsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListDashboardsResponse Modifier and Type Method Description default ListDashboardsResponseQuickSightClient. listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Lists dashboards in an Amazon Web Services account.default ListDashboardsResponseQuickSightClient. listDashboards(ListDashboardsRequest listDashboardsRequest)Lists dashboards in an Amazon Web Services account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListDashboardsResponse Modifier and Type Method Description default CompletableFuture<ListDashboardsResponse>QuickSightAsyncClient. listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Lists dashboards in an Amazon Web Services account.default CompletableFuture<ListDashboardsResponse>QuickSightAsyncClient. listDashboards(ListDashboardsRequest listDashboardsRequest)Lists dashboards in an Amazon Web Services account. -
Uses of ListDashboardsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListDashboardsResponse Modifier and Type Method Description Iterator<ListDashboardsResponse>ListDashboardsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListDashboardsResponse Modifier and Type Method Description voidListDashboardsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDashboardsResponse> subscriber)
-