Package | Description |
---|---|
software.amazon.awssdk.services.quicksight.model | |
software.amazon.awssdk.services.quicksight.paginators |
Modifier and Type | Method and Description |
---|---|
List<DashboardVersionSummary> |
ListDashboardVersionsResponse.dashboardVersionSummaryList()
A structure that contains information about each version of the dashboard.
|
Modifier and Type | Method and Description |
---|---|
ListDashboardVersionsResponse.Builder |
ListDashboardVersionsResponse.Builder.dashboardVersionSummaryList(DashboardVersionSummary... dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
|
Modifier and Type | Method and Description |
---|---|
ListDashboardVersionsResponse.Builder |
ListDashboardVersionsResponse.Builder.dashboardVersionSummaryList(Collection<DashboardVersionSummary> dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
|
Modifier and Type | Method and Description |
---|---|
SdkPublisher<DashboardVersionSummary> |
ListDashboardVersionsPublisher.dashboardVersionSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DashboardVersionSummary> |
ListDashboardVersionsIterable.dashboardVersionSummaryList()
Returns an iterable to iterate through the paginated
ListDashboardVersionsResponse.dashboardVersionSummaryList() member. |
Copyright © 2022. All rights reserved.