| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDashboardsResult> |
AbstractAmazonQuickSightAsync.listDashboardsAsync(ListDashboardsRequest request,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler) |
Future<ListDashboardsResult> |
AmazonQuickSightAsyncClient.listDashboardsAsync(ListDashboardsRequest request,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler) |
Future<ListDashboardsResult> |
AmazonQuickSightAsync.listDashboardsAsync(ListDashboardsRequest listDashboardsRequest,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler)
Lists dashboards in an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsRequest |
ListDashboardsRequest.clone() |
ListDashboardsRequest |
ListDashboardsRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboards that you're listing.
|
ListDashboardsRequest |
ListDashboardsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDashboardsRequest |
ListDashboardsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
Copyright © 2023. All rights reserved.