| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardResult |
AWSIoTSiteWiseClient.describeDashboard(DescribeDashboardRequest request)
Retrieves information about a dashboard.
|
DescribeDashboardResult |
AbstractAWSIoTSiteWise.describeDashboard(DescribeDashboardRequest request) |
DescribeDashboardResult |
AWSIoTSiteWise.describeDashboard(DescribeDashboardRequest describeDashboardRequest)
Retrieves information about a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDashboardResult> |
AWSIoTSiteWiseAsyncClient.describeDashboardAsync(DescribeDashboardRequest request,
AsyncHandler<DescribeDashboardRequest,DescribeDashboardResult> asyncHandler) |
Future<DescribeDashboardResult> |
AWSIoTSiteWiseAsync.describeDashboardAsync(DescribeDashboardRequest describeDashboardRequest,
AsyncHandler<DescribeDashboardRequest,DescribeDashboardResult> asyncHandler)
Retrieves information about a dashboard.
|
Future<DescribeDashboardResult> |
AbstractAWSIoTSiteWiseAsync.describeDashboardAsync(DescribeDashboardRequest request,
AsyncHandler<DescribeDashboardRequest,DescribeDashboardResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardResult |
DescribeDashboardResult.clone() |
DescribeDashboardResult |
DescribeDashboardResult.withDashboardArn(String dashboardArn)
The ARN of the
dashboard, which has the following format.
|
DescribeDashboardResult |
DescribeDashboardResult.withDashboardCreationDate(Date dashboardCreationDate)
The date the dashboard was created, in Unix epoch time.
|
DescribeDashboardResult |
DescribeDashboardResult.withDashboardDefinition(String dashboardDefinition)
The dashboard's definition JSON literal.
|
DescribeDashboardResult |
DescribeDashboardResult.withDashboardDescription(String dashboardDescription)
The dashboard's description.
|
DescribeDashboardResult |
DescribeDashboardResult.withDashboardId(String dashboardId)
The ID of the dashboard.
|
DescribeDashboardResult |
DescribeDashboardResult.withDashboardLastUpdateDate(Date dashboardLastUpdateDate)
The date the dashboard was last updated, in Unix epoch time.
|
DescribeDashboardResult |
DescribeDashboardResult.withDashboardName(String dashboardName)
The name of the dashboard.
|
DescribeDashboardResult |
DescribeDashboardResult.withProjectId(String projectId)
The ID of the project that the dashboard is in.
|
Copyright © 2023. All rights reserved.