| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardDefinitionResult |
AbstractAmazonQuickSight.describeDashboardDefinition(DescribeDashboardDefinitionRequest request) |
DescribeDashboardDefinitionResult |
AmazonQuickSightClient.describeDashboardDefinition(DescribeDashboardDefinitionRequest request)
Provides a detailed description of the definition of a dashboard.
|
DescribeDashboardDefinitionResult |
AmazonQuickSight.describeDashboardDefinition(DescribeDashboardDefinitionRequest describeDashboardDefinitionRequest)
Provides a detailed description of the definition of a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDashboardDefinitionResult> |
AbstractAmazonQuickSightAsync.describeDashboardDefinitionAsync(DescribeDashboardDefinitionRequest request,
AsyncHandler<DescribeDashboardDefinitionRequest,DescribeDashboardDefinitionResult> asyncHandler) |
Future<DescribeDashboardDefinitionResult> |
AmazonQuickSightAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.clone() |
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withDashboardId(String dashboardId)
The ID of the dashboard described.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withDashboardPublishOptions(DashboardPublishOptions dashboardPublishOptions)
Options for publishing the dashboard:
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withDefinition(DashboardVersionDefinition definition)
The definition of a dashboard.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withErrors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withErrors(DashboardError... errors)
Errors associated with this dashboard version.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withName(String name)
The display name of the dashboard.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withResourceStatus(ResourceStatus resourceStatus)
Status associated with the dashboard version.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withResourceStatus(String resourceStatus)
Status associated with the dashboard version.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withStatus(Integer status)
The HTTP status of the request.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withThemeArn(String themeArn)
The ARN of the theme of the dashboard.
|
Copyright © 2024. All rights reserved.