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