| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FieldSortOptions |
FieldSortOptions.clone() |
FieldSortOptions |
FieldSortOptions.withColumnSort(ColumnSort columnSort)
The sort configuration for a column that is not used in a field well.
|
FieldSortOptions |
FieldSortOptions.withFieldSort(FieldSort fieldSort)
The sort configuration for a field in a field well.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldSortOptions> |
RadarChartSortConfiguration.getCategorySort()
The category sort options of a radar chart.
|
List<FieldSortOptions> |
WordCloudSortConfiguration.getCategorySort()
The sort configuration of group by fields.
|
List<FieldSortOptions> |
BoxPlotSortConfiguration.getCategorySort()
The sort configuration of a group by fields.
|
List<FieldSortOptions> |
FunnelChartSortConfiguration.getCategorySort()
The sort configuration of the category fields.
|
List<FieldSortOptions> |
LineChartSortConfiguration.getCategorySort()
The sort configuration of the category fields.
|
List<FieldSortOptions> |
PieChartSortConfiguration.getCategorySort()
The sort configuration of the category fields.
|
List<FieldSortOptions> |
BarChartSortConfiguration.getCategorySort()
The sort configuration of category fields.
|
List<FieldSortOptions> |
WaterfallChartSortConfiguration.getCategorySort()
The sort configuration of the category fields.
|
List<FieldSortOptions> |
FilledMapSortConfiguration.getCategorySort()
The sort configuration of the location fields.
|
List<FieldSortOptions> |
ComboChartSortConfiguration.getCategorySort()
The sort configuration of the category field well in a combo chart.
|
List<FieldSortOptions> |
RadarChartSortConfiguration.getColorSort()
The color sort configuration of a radar chart.
|
List<FieldSortOptions> |
BarChartSortConfiguration.getColorSort()
The sort configuration of color fields in a bar chart.
|
List<FieldSortOptions> |
ComboChartSortConfiguration.getColorSort()
The sort configuration of the color field well in a combo chart.
|
List<FieldSortOptions> |
HeatMapSortConfiguration.getHeatMapColumnSort()
The column sort configuration for heat map for columns that aren't a part of a field well.
|
List<FieldSortOptions> |
HeatMapSortConfiguration.getHeatMapRowSort()
The field sort configuration of the rows fields.
|
List<FieldSortOptions> |
TableSortConfiguration.getRowSort()
The field sort options for rows in the table.
|
List<FieldSortOptions> |
LineChartSortConfiguration.getSmallMultiplesSort()
The sort configuration of the small multiples field.
|
List<FieldSortOptions> |
PieChartSortConfiguration.getSmallMultiplesSort()
The sort configuration of the small multiples field.
|
List<FieldSortOptions> |
BarChartSortConfiguration.getSmallMultiplesSort()
The sort configuration of the small multiples field.
|
List<FieldSortOptions> |
TreeMapSortConfiguration.getTreeMapSort()
The sort configuration of group by fields.
|
List<FieldSortOptions> |
KPISortConfiguration.getTrendGroupSort()
The sort configuration of the trend group fields.
|
List<FieldSortOptions> |
SankeyDiagramSortConfiguration.getWeightSort()
The sort configuration of the weight fields.
|
| Modifier and Type | Method and Description |
|---|---|
RadarChartSortConfiguration |
RadarChartSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The category sort options of a radar chart.
|
WordCloudSortConfiguration |
WordCloudSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of group by fields.
|
BoxPlotSortConfiguration |
BoxPlotSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of a group by fields.
|
FunnelChartSortConfiguration |
FunnelChartSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
PieChartSortConfiguration |
PieChartSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
BarChartSortConfiguration |
BarChartSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of category fields.
|
WaterfallChartSortConfiguration |
WaterfallChartSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
FilledMapSortConfiguration |
FilledMapSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the location fields.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category field well in a combo chart.
|
RadarChartSortConfiguration |
RadarChartSortConfiguration.withColorSort(FieldSortOptions... colorSort)
The color sort configuration of a radar chart.
|
BarChartSortConfiguration |
BarChartSortConfiguration.withColorSort(FieldSortOptions... colorSort)
The sort configuration of color fields in a bar chart.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withColorSort(FieldSortOptions... colorSort)
The sort configuration of the color field well in a combo chart.
|
HeatMapSortConfiguration |
HeatMapSortConfiguration.withHeatMapColumnSort(FieldSortOptions... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
|
HeatMapSortConfiguration |
HeatMapSortConfiguration.withHeatMapRowSort(FieldSortOptions... heatMapRowSort)
The field sort configuration of the rows fields.
|
TableSortConfiguration |
TableSortConfiguration.withRowSort(FieldSortOptions... rowSort)
The field sort options for rows in the table.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withSmallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
|
PieChartSortConfiguration |
PieChartSortConfiguration.withSmallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
|
BarChartSortConfiguration |
BarChartSortConfiguration.withSmallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
|
TreeMapSortConfiguration |
TreeMapSortConfiguration.withTreeMapSort(FieldSortOptions... treeMapSort)
The sort configuration of group by fields.
|
KPISortConfiguration |
KPISortConfiguration.withTrendGroupSort(FieldSortOptions... trendGroupSort)
The sort configuration of the trend group fields.
|
SankeyDiagramSortConfiguration |
SankeyDiagramSortConfiguration.withWeightSort(FieldSortOptions... weightSort)
The sort configuration of the weight fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RadarChartSortConfiguration.setCategorySort(Collection<FieldSortOptions> categorySort)
The category sort options of a radar chart.
|
void |
WordCloudSortConfiguration.setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of group by fields.
|
void |
BoxPlotSortConfiguration.setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of a group by fields.
|
void |
FunnelChartSortConfiguration.setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
void |
LineChartSortConfiguration.setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
void |
PieChartSortConfiguration.setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
void |
BarChartSortConfiguration.setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of category fields.
|
void |
WaterfallChartSortConfiguration.setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
void |
FilledMapSortConfiguration.setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the location fields.
|
void |
ComboChartSortConfiguration.setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category field well in a combo chart.
|
void |
RadarChartSortConfiguration.setColorSort(Collection<FieldSortOptions> colorSort)
The color sort configuration of a radar chart.
|
void |
BarChartSortConfiguration.setColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of color fields in a bar chart.
|
void |
ComboChartSortConfiguration.setColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of the color field well in a combo chart.
|
void |
HeatMapSortConfiguration.setHeatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
|
void |
HeatMapSortConfiguration.setHeatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
The field sort configuration of the rows fields.
|
void |
TableSortConfiguration.setRowSort(Collection<FieldSortOptions> rowSort)
The field sort options for rows in the table.
|
void |
LineChartSortConfiguration.setSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
void |
PieChartSortConfiguration.setSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
void |
BarChartSortConfiguration.setSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
void |
TreeMapSortConfiguration.setTreeMapSort(Collection<FieldSortOptions> treeMapSort)
The sort configuration of group by fields.
|
void |
KPISortConfiguration.setTrendGroupSort(Collection<FieldSortOptions> trendGroupSort)
The sort configuration of the trend group fields.
|
void |
SankeyDiagramSortConfiguration.setWeightSort(Collection<FieldSortOptions> weightSort)
The sort configuration of the weight fields.
|
RadarChartSortConfiguration |
RadarChartSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The category sort options of a radar chart.
|
WordCloudSortConfiguration |
WordCloudSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of group by fields.
|
BoxPlotSortConfiguration |
BoxPlotSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of a group by fields.
|
FunnelChartSortConfiguration |
FunnelChartSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
PieChartSortConfiguration |
PieChartSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
BarChartSortConfiguration |
BarChartSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of category fields.
|
WaterfallChartSortConfiguration |
WaterfallChartSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
FilledMapSortConfiguration |
FilledMapSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the location fields.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category field well in a combo chart.
|
RadarChartSortConfiguration |
RadarChartSortConfiguration.withColorSort(Collection<FieldSortOptions> colorSort)
The color sort configuration of a radar chart.
|
BarChartSortConfiguration |
BarChartSortConfiguration.withColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of color fields in a bar chart.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of the color field well in a combo chart.
|
HeatMapSortConfiguration |
HeatMapSortConfiguration.withHeatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
|
HeatMapSortConfiguration |
HeatMapSortConfiguration.withHeatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
The field sort configuration of the rows fields.
|
TableSortConfiguration |
TableSortConfiguration.withRowSort(Collection<FieldSortOptions> rowSort)
The field sort options for rows in the table.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
PieChartSortConfiguration |
PieChartSortConfiguration.withSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
BarChartSortConfiguration |
BarChartSortConfiguration.withSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
TreeMapSortConfiguration |
TreeMapSortConfiguration.withTreeMapSort(Collection<FieldSortOptions> treeMapSort)
The sort configuration of group by fields.
|
KPISortConfiguration |
KPISortConfiguration.withTrendGroupSort(Collection<FieldSortOptions> trendGroupSort)
The sort configuration of the trend group fields.
|
SankeyDiagramSortConfiguration |
SankeyDiagramSortConfiguration.withWeightSort(Collection<FieldSortOptions> weightSort)
The sort configuration of the weight fields.
|
Copyright © 2023. All rights reserved.