| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch.model | |
| software.amazon.awssdk.services.cloudwatch.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DashboardEntry> |
ListDashboardsResponse.dashboardEntries()
The list of matching dashboards.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardEntries(DashboardEntry... dashboardEntries)
The list of matching dashboards.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardEntries(Collection<DashboardEntry> dashboardEntries)
The list of matching dashboards.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DashboardEntry> |
ListDashboardsPublisher.dashboardEntries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DashboardEntry> |
ListDashboardsIterable.dashboardEntries()
Returns an iterable to iterate through the paginated
ListDashboardsResponse.dashboardEntries() member. |
Copyright © 2021. All rights reserved.