| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResult |
AmazonQuickSight.listDashboards(ListDashboardsRequest listDashboardsRequest)
Lists dashboards in an AWS account.
|
ListDashboardsResult |
AbstractAmazonQuickSight.listDashboards(ListDashboardsRequest request) |
ListDashboardsResult |
AmazonQuickSightClient.listDashboards(ListDashboardsRequest request)
Lists dashboards in an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDashboardsResult> |
AmazonQuickSightAsyncClient.listDashboardsAsync(ListDashboardsRequest request,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler) |
Future<ListDashboardsResult> |
AmazonQuickSightAsync.listDashboardsAsync(ListDashboardsRequest listDashboardsRequest,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler)
Lists dashboards in an AWS account.
|
Future<ListDashboardsResult> |
AbstractAmazonQuickSightAsync.listDashboardsAsync(ListDashboardsRequest request,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResult |
ListDashboardsResult.clone() |
ListDashboardsResult |
ListDashboardsResult.withDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
A structure that contains all of the dashboards in your AWS account.
|
ListDashboardsResult |
ListDashboardsResult.withDashboardSummaryList(DashboardSummary... dashboardSummaryList)
A structure that contains all of the dashboards in your AWS account.
|
ListDashboardsResult |
ListDashboardsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDashboardsResult |
ListDashboardsResult.withRequestId(String requestId)
The AWS request ID for this operation.
|
ListDashboardsResult |
ListDashboardsResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2021. All rights reserved.