Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
VisualCustomAction |
VisualCustomAction.clone() |
VisualCustomAction |
VisualCustomAction.withActionOperations(Collection<VisualCustomActionOperation> actionOperations)
A list of
VisualCustomActionOperations . |
VisualCustomAction |
VisualCustomAction.withActionOperations(VisualCustomActionOperation... actionOperations)
A list of
VisualCustomActionOperations . |
VisualCustomAction |
VisualCustomAction.withCustomActionId(String customActionId)
The ID of the
VisualCustomAction . |
VisualCustomAction |
VisualCustomAction.withName(String name)
The name of the
VisualCustomAction . |
VisualCustomAction |
VisualCustomAction.withStatus(String status)
The status of the
VisualCustomAction . |
VisualCustomAction |
VisualCustomAction.withStatus(WidgetStatus status)
The status of the
VisualCustomAction . |
VisualCustomAction |
VisualCustomAction.withTrigger(String trigger)
The trigger of the
VisualCustomAction . |
VisualCustomAction |
VisualCustomAction.withTrigger(VisualCustomActionTrigger trigger)
The trigger of the
VisualCustomAction . |
Modifier and Type | Method and Description |
---|---|
List<VisualCustomAction> |
RadarChartVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
EmptyVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
CustomContentVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
SankeyDiagramVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
WordCloudVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
HistogramVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
WaterfallVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
BoxPlotVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
ComboChartVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
ScatterPlotVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
FunnelChartVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
FilledMapVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
GeospatialMapVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
TreeMapVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
HeatMapVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
LineChartVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
GaugeChartVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
PieChartVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
KPIVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
BarChartVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
PivotTableVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
TableVisual.getActions()
The list of custom actions that are configured for a visual.
|
List<VisualCustomAction> |
InsightVisual.getActions()
The list of custom actions that are configured for a visual.
|
Modifier and Type | Method and Description |
---|---|
RadarChartVisual |
RadarChartVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
EmptyVisual |
EmptyVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
CustomContentVisual |
CustomContentVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
SankeyDiagramVisual |
SankeyDiagramVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
WordCloudVisual |
WordCloudVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
HistogramVisual |
HistogramVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
WaterfallVisual |
WaterfallVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
BoxPlotVisual |
BoxPlotVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
ComboChartVisual |
ComboChartVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
ScatterPlotVisual |
ScatterPlotVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
FunnelChartVisual |
FunnelChartVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
FilledMapVisual |
FilledMapVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
GeospatialMapVisual |
GeospatialMapVisual.withActions(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.
|
HeatMapVisual |
HeatMapVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
LineChartVisual |
LineChartVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
GaugeChartVisual |
GaugeChartVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
PieChartVisual |
PieChartVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
KPIVisual |
KPIVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
BarChartVisual |
BarChartVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
PivotTableVisual |
PivotTableVisual.withActions(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.
|
InsightVisual |
InsightVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
Modifier and Type | Method and Description |
---|---|
void |
RadarChartVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
EmptyVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
CustomContentVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
SankeyDiagramVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
WordCloudVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
HistogramVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
WaterfallVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
BoxPlotVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
ComboChartVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
ScatterPlotVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
FunnelChartVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
FilledMapVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
GeospatialMapVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
TreeMapVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
HeatMapVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
LineChartVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
GaugeChartVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
PieChartVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
KPIVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
BarChartVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
PivotTableVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
TableVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
void |
InsightVisual.setActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
RadarChartVisual |
RadarChartVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
EmptyVisual |
EmptyVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
CustomContentVisual |
CustomContentVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
SankeyDiagramVisual |
SankeyDiagramVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
WordCloudVisual |
WordCloudVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
HistogramVisual |
HistogramVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
WaterfallVisual |
WaterfallVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
BoxPlotVisual |
BoxPlotVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
ComboChartVisual |
ComboChartVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
ScatterPlotVisual |
ScatterPlotVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
FunnelChartVisual |
FunnelChartVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
FilledMapVisual |
FilledMapVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
GeospatialMapVisual |
GeospatialMapVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
TreeMapVisual |
TreeMapVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
HeatMapVisual |
HeatMapVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
LineChartVisual |
LineChartVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
GaugeChartVisual |
GaugeChartVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
PieChartVisual |
PieChartVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
KPIVisual |
KPIVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
BarChartVisual |
BarChartVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
PivotTableVisual |
PivotTableVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
TableVisual |
TableVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
InsightVisual |
InsightVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
Copyright © 2023. All rights reserved.