| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDashboardLinksResult> |
AbstractAmazonQuickSightAsync.updateDashboardLinksAsync(UpdateDashboardLinksRequest request,
AsyncHandler<UpdateDashboardLinksRequest,UpdateDashboardLinksResult> asyncHandler) |
Future<UpdateDashboardLinksResult> |
AmazonQuickSightAsync.updateDashboardLinksAsync(UpdateDashboardLinksRequest updateDashboardLinksRequest,
AsyncHandler<UpdateDashboardLinksRequest,UpdateDashboardLinksResult> asyncHandler)
Updates the linked analyses on a dashboard.
|
Future<UpdateDashboardLinksResult> |
AmazonQuickSightAsyncClient.updateDashboardLinksAsync(UpdateDashboardLinksRequest request,
AsyncHandler<UpdateDashboardLinksRequest,UpdateDashboardLinksResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDashboardLinksRequest |
UpdateDashboardLinksRequest.clone() |
UpdateDashboardLinksRequest |
UpdateDashboardLinksRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
|
UpdateDashboardLinksRequest |
UpdateDashboardLinksRequest.withDashboardId(String dashboardId)
The ID for the dashboard.
|
UpdateDashboardLinksRequest |
UpdateDashboardLinksRequest.withLinkEntities(Collection<String> linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
UpdateDashboardLinksRequest |
UpdateDashboardLinksRequest.withLinkEntities(String... linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
Copyright © 2024. All rights reserved.