| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<DashboardSummary> |
SearchDashboardsResponse.dashboardSummaryList()
The list of dashboards owned by the user specified in
Filters in your request. |
List<DashboardSummary> |
ListDashboardsResponse.dashboardSummaryList()
A structure that contains all of the dashboards in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.Builder.dashboardSummaryList(DashboardSummary... dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardSummaryList(DashboardSummary... dashboardSummaryList)
A structure that contains all of the dashboards in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
SearchDashboardsResponse.Builder |
SearchDashboardsResponse.Builder.dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
ListDashboardsResponse.Builder |
ListDashboardsResponse.Builder.dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
A structure that contains all of the dashboards in your AWS account.
|
Copyright © 2020. All rights reserved.