Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ListDashboardsResponse
-
Packages that use ListDashboardsResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of ListDashboardsResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return ListDashboardsResponse Modifier and Type Method Description default ListDashboardsResponseIoTSiteWiseClient. listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.default ListDashboardsResponseIoTSiteWiseClient. listDashboards(ListDashboardsRequest listDashboardsRequest)Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type ListDashboardsResponse Modifier and Type Method Description default CompletableFuture<ListDashboardsResponse>IoTSiteWiseAsyncClient. listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.default CompletableFuture<ListDashboardsResponse>IoTSiteWiseAsyncClient. listDashboards(ListDashboardsRequest listDashboardsRequest)Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project. -
Uses of ListDashboardsResponse in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.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.iotsitewise.paginators with type arguments of type ListDashboardsResponse Modifier and Type Method Description voidListDashboardsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDashboardsResponse> subscriber)
-