| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SearchDashboardsResult |
AbstractAmazonQuickSight.searchDashboards(SearchDashboardsRequest request) |
SearchDashboardsResult |
AmazonQuickSight.searchDashboards(SearchDashboardsRequest searchDashboardsRequest)
Searches for dashboards that belong to a user.
|
SearchDashboardsResult |
AmazonQuickSightClient.searchDashboards(SearchDashboardsRequest request)
Searches for dashboards that belong to a user.
|
| 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 |
|---|---|
SearchDashboardsResult |
SearchDashboardsResult.clone() |
SearchDashboardsResult |
SearchDashboardsResult.withDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
SearchDashboardsResult |
SearchDashboardsResult.withDashboardSummaryList(DashboardSummary... dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
SearchDashboardsResult |
SearchDashboardsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
SearchDashboardsResult |
SearchDashboardsResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
SearchDashboardsResult |
SearchDashboardsResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2023. All rights reserved.