| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDashboardDefinitionResult> |
AbstractAmazonQuickSightAsync.describeDashboardDefinitionAsync(DescribeDashboardDefinitionRequest request,
AsyncHandler<DescribeDashboardDefinitionRequest,DescribeDashboardDefinitionResult> asyncHandler) |
Future<DescribeDashboardDefinitionResult> |
AmazonQuickSightAsync.describeDashboardDefinitionAsync(DescribeDashboardDefinitionRequest describeDashboardDefinitionRequest,
AsyncHandler<DescribeDashboardDefinitionRequest,DescribeDashboardDefinitionResult> asyncHandler)
Provides a detailed description of the definition of a dashboard.
|
Future<DescribeDashboardDefinitionResult> |
AmazonQuickSightAsyncClient.describeDashboardDefinitionAsync(DescribeDashboardDefinitionRequest request,
AsyncHandler<DescribeDashboardDefinitionRequest,DescribeDashboardDefinitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardDefinitionRequest |
DescribeDashboardDefinitionRequest.clone() |
DescribeDashboardDefinitionRequest |
DescribeDashboardDefinitionRequest.withAliasName(String aliasName)
The alias name.
|
DescribeDashboardDefinitionRequest |
DescribeDashboardDefinitionRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're describing.
|
DescribeDashboardDefinitionRequest |
DescribeDashboardDefinitionRequest.withDashboardId(String dashboardId)
The ID for the dashboard.
|
DescribeDashboardDefinitionRequest |
DescribeDashboardDefinitionRequest.withVersionNumber(Long versionNumber)
The version number for the dashboard.
|
Copyright © 2024. All rights reserved.