| 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 |
AbstractAWSIoTSiteWise.listDashboards(ListDashboardsRequest request) |
ListDashboardsResult |
AWSIoTSiteWise.listDashboards(ListDashboardsRequest listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
ListDashboardsResult |
AWSIoTSiteWiseClient.listDashboards(ListDashboardsRequest request)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
Future<ListDashboardsResult> |
AWSIoTSiteWiseAsyncClient.listDashboardsAsync(ListDashboardsRequest request) |
Future<ListDashboardsResult> |
AWSIoTSiteWiseAsync.listDashboardsAsync(ListDashboardsRequest listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
Future<ListDashboardsResult> |
AbstractAWSIoTSiteWiseAsync.listDashboardsAsync(ListDashboardsRequest request) |
Future<ListDashboardsResult> |
AWSIoTSiteWiseAsyncClient.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> |
AbstractAWSIoTSiteWiseAsync.listDashboardsAsync(ListDashboardsRequest request,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDashboardsResult> |
AWSIoTSiteWiseAsyncClient.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> |
AbstractAWSIoTSiteWiseAsync.listDashboardsAsync(ListDashboardsRequest request,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsRequest |
ListDashboardsRequest.clone() |
ListDashboardsRequest |
ListDashboardsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
ListDashboardsRequest |
ListDashboardsRequest.withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListDashboardsRequest |
ListDashboardsRequest.withProjectId(String projectId)
The ID of the project.
|
Copyright © 2023. All rights reserved.