Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ListDashboardsRequest
-
Packages that use ListDashboardsRequest Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.paginators software.amazon.awssdk.services.iotsitewise.transform -
-
Uses of ListDashboardsRequest in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise with parameters of type ListDashboardsRequest Modifier and Type Method Description default CompletableFuture<ListDashboardsResponse>IoTSiteWiseAsyncClient. listDashboards(ListDashboardsRequest 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.default ListDashboardsPublisherIoTSiteWiseAsyncClient. listDashboardsPaginator(ListDashboardsRequest listDashboardsRequest)Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.default ListDashboardsIterableIoTSiteWiseClient. listDashboardsPaginator(ListDashboardsRequest listDashboardsRequest)Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project. -
Uses of ListDashboardsRequest in software.amazon.awssdk.services.iotsitewise.paginators
Constructors in software.amazon.awssdk.services.iotsitewise.paginators with parameters of type ListDashboardsRequest Constructor Description ListDashboardsIterable(IoTSiteWiseClient client, ListDashboardsRequest firstRequest)ListDashboardsPublisher(IoTSiteWiseAsyncClient client, ListDashboardsRequest firstRequest) -
Uses of ListDashboardsRequest in software.amazon.awssdk.services.iotsitewise.transform
Methods in software.amazon.awssdk.services.iotsitewise.transform with parameters of type ListDashboardsRequest Modifier and Type Method Description SdkHttpFullRequestListDashboardsRequestMarshaller. marshall(ListDashboardsRequest listDashboardsRequest)
-