| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchDashboardsResult> |
AbstractAmazonQuickSightAsync.searchDashboardsAsync(SearchDashboardsRequest request,
AsyncHandler<SearchDashboardsRequest,SearchDashboardsResult> asyncHandler) |
Future<SearchDashboardsResult> |
AmazonQuickSightAsync.searchDashboardsAsync(SearchDashboardsRequest searchDashboardsRequest,
AsyncHandler<SearchDashboardsRequest,SearchDashboardsResult> asyncHandler)
Searches for dashboards that belong to a user.
|
Future<SearchDashboardsResult> |
AmazonQuickSightAsyncClient.searchDashboardsAsync(SearchDashboardsRequest request,
AsyncHandler<SearchDashboardsRequest,SearchDashboardsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchDashboardsRequest |
SearchDashboardsRequest.clone() |
SearchDashboardsRequest |
SearchDashboardsRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the user whose dashboards you're searching for.
|
SearchDashboardsRequest |
SearchDashboardsRequest.withFilters(Collection<DashboardSearchFilter> filters)
The filters to apply to the search.
|
SearchDashboardsRequest |
SearchDashboardsRequest.withFilters(DashboardSearchFilter... filters)
The filters to apply to the search.
|
SearchDashboardsRequest |
SearchDashboardsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
SearchDashboardsRequest |
SearchDashboardsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
Copyright © 2023. All rights reserved.