| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
HeatMapVisual |
HeatMapVisual.clone() |
HeatMapVisual |
Visual.getHeatMapVisual()
A heat map.
|
HeatMapVisual |
HeatMapVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
HeatMapVisual |
HeatMapVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
HeatMapVisual |
HeatMapVisual.withChartConfiguration(HeatMapConfiguration chartConfiguration)
The configuration of a heat map.
|
HeatMapVisual |
HeatMapVisual.withColumnHierarchies(Collection<ColumnHierarchy> columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
|
HeatMapVisual |
HeatMapVisual.withColumnHierarchies(ColumnHierarchy... columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
|
HeatMapVisual |
HeatMapVisual.withSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
HeatMapVisual |
HeatMapVisual.withTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
HeatMapVisual |
HeatMapVisual.withVisualId(String visualId)
The unique identifier of a visual.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Visual.setHeatMapVisual(HeatMapVisual heatMapVisual)
A heat map.
|
Visual |
Visual.withHeatMapVisual(HeatMapVisual heatMapVisual)
A heat map.
|
Copyright © 2024. All rights reserved.