| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
InsightVisual |
InsightVisual.clone() |
InsightVisual |
Visual.getInsightVisual()
An insight visual.
|
InsightVisual |
InsightVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
InsightVisual |
InsightVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
InsightVisual |
InsightVisual.withDataSetIdentifier(String dataSetIdentifier)
The dataset that is used in the insight visual.
|
InsightVisual |
InsightVisual.withInsightConfiguration(InsightConfiguration insightConfiguration)
The configuration of an insight visual.
|
InsightVisual |
InsightVisual.withSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
InsightVisual |
InsightVisual.withTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
InsightVisual |
InsightVisual.withVisualId(String visualId)
The unique identifier of a visual.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Visual.setInsightVisual(InsightVisual insightVisual)
An insight visual.
|
Visual |
Visual.withInsightVisual(InsightVisual insightVisual)
An insight visual.
|
Copyright © 2024. All rights reserved.