| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| software.amazon.awssdk.services.iotsitewise.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDashboardsResponse |
IoTSiteWiseClient.listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
default ListDashboardsResponse |
IoTSiteWiseClient.listDashboards(ListDashboardsRequest listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDashboardsResponse> |
ListDashboardsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDashboardsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDashboardsResponse> subscriber) |
Copyright © 2022. All rights reserved.