| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResult |
AWSIoTSiteWiseClient.listDashboards(ListDashboardsRequest request)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
ListDashboardsResult |
AbstractAWSIoTSiteWise.listDashboards(ListDashboardsRequest request) |
ListDashboardsResult |
AWSIoTSiteWise.listDashboards(ListDashboardsRequest listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDashboardsResult> |
AbstractAWSIoTSiteWiseAsync.listDashboardsAsync(ListDashboardsRequest request,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler) |
Future<ListDashboardsResult> |
AWSIoTSiteWiseAsync.listDashboardsAsync(ListDashboardsRequest listDashboardsRequest,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
Future<ListDashboardsResult> |
AWSIoTSiteWiseAsyncClient.listDashboardsAsync(ListDashboardsRequest request,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResult |
ListDashboardsResult.clone() |
ListDashboardsResult |
ListDashboardsResult.withDashboardSummaries(Collection<DashboardSummary> dashboardSummaries)
A list that summarizes each dashboard in the project.
|
ListDashboardsResult |
ListDashboardsResult.withDashboardSummaries(DashboardSummary... dashboardSummaries)
A list that summarizes each dashboard in the project.
|
ListDashboardsResult |
ListDashboardsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
Copyright © 2022. All rights reserved.