| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| software.amazon.awssdk.services.iotsitewise.model |
| 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 ListDashboardsResponse |
IoTSiteWiseClient.listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
default ListDashboardsPublisher |
IoTSiteWiseAsyncClient.listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
default ListDashboardsIterable |
IoTSiteWiseClient.listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDashboardsRequest.Builder |
ListDashboardsRequest.builder() |
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.projectId(String projectId)
The ID of the project.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDashboardsRequest.Builder> |
ListDashboardsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.