Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TableVisual |
TableVisual.clone() |
TableVisual |
Visual.getTableVisual()
A table visual.
|
TableVisual |
TableVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
TableVisual |
TableVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
TableVisual |
TableVisual.withChartConfiguration(TableConfiguration chartConfiguration)
The configuration settings of the visual.
|
TableVisual |
TableVisual.withConditionalFormatting(TableConditionalFormatting conditionalFormatting)
The conditional formatting for a
PivotTableVisual . |
TableVisual |
TableVisual.withSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
TableVisual |
TableVisual.withTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
TableVisual |
TableVisual.withVisualId(String visualId)
The unique identifier of a visual.
|
Modifier and Type | Method and Description |
---|---|
void |
Visual.setTableVisual(TableVisual tableVisual)
A table visual.
|
Visual |
Visual.withTableVisual(TableVisual tableVisual)
A table visual.
|
Copyright © 2023. All rights reserved.