| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model | |
| software.amazon.awssdk.services.iotsitewise.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DashboardSummary> |
ListDashboardsResponse.dashboardSummaries()
A list that summarizes each dashboard in the project.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardSummaries(DashboardSummary... dashboardSummaries)
A list that summarizes each dashboard in the project.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardSummaries(Collection<DashboardSummary> dashboardSummaries)
A list that summarizes each dashboard in the project.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DashboardSummary> |
ListDashboardsPublisher.dashboardSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DashboardSummary> |
ListDashboardsIterable.dashboardSummaries()
Returns an iterable to iterate through the paginated
ListDashboardsResponse.dashboardSummaries() member. |
Copyright © 2023. All rights reserved.