| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDashboardLinksResult |
AbstractAmazonQuickSight.updateDashboardLinks(UpdateDashboardLinksRequest request) |
UpdateDashboardLinksResult |
AmazonQuickSight.updateDashboardLinks(UpdateDashboardLinksRequest updateDashboardLinksRequest)
Updates the linked analyses on a dashboard.
|
UpdateDashboardLinksResult |
AmazonQuickSightClient.updateDashboardLinks(UpdateDashboardLinksRequest request)
Updates the linked analyses on a dashboard.
|
| 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 |
|---|---|
UpdateDashboardLinksResult |
UpdateDashboardLinksResult.clone() |
UpdateDashboardLinksResult |
UpdateDashboardLinksResult.withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
UpdateDashboardLinksResult |
UpdateDashboardLinksResult.withLinkEntities(Collection<String> linkEntities)
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
UpdateDashboardLinksResult |
UpdateDashboardLinksResult.withLinkEntities(String... linkEntities)
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
UpdateDashboardLinksResult |
UpdateDashboardLinksResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateDashboardLinksResult |
UpdateDashboardLinksResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2024. All rights reserved.