| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model | |
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DashboardSummary> |
ListDashboardsResponse.dashboardSummaryList()
A structure that contains all of the dashboards in your Amazon Web Services account.
|
List<DashboardSummary> |
SearchDashboardsResponse.dashboardSummaryList()
The list of dashboards owned by the user specified in
Filters in your request. |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardSummaryList(DashboardSummary... dashboardSummaryList)
A structure that contains all of the dashboards in your Amazon Web Services account.
|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.Builder.dashboardSummaryList(DashboardSummary... dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
A structure that contains all of the dashboards in your Amazon Web Services account.
|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.Builder.dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<DashboardSummary> |
SearchDashboardsIterable.dashboardSummaryList()
Returns an iterable to iterate through the paginated
SearchDashboardsResponse.dashboardSummaryList()
member. |
SdkPublisher<DashboardSummary> |
SearchDashboardsPublisher.dashboardSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<DashboardSummary> |
ListDashboardsPublisher.dashboardSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DashboardSummary> |
ListDashboardsIterable.dashboardSummaryList()
Returns an iterable to iterate through the paginated
ListDashboardsResponse.dashboardSummaryList()
member. |
Copyright © 2023. All rights reserved.