| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ItemsLimitConfiguration |
ItemsLimitConfiguration.clone() |
ItemsLimitConfiguration |
WaterfallChartSortConfiguration.getBreakdownItemsLimit()
The limit on the number of bar groups that are displayed.
|
ItemsLimitConfiguration |
RadarChartSortConfiguration.getCategoryItemsLimit()
The category items limit for a radar chart.
|
ItemsLimitConfiguration |
WordCloudSortConfiguration.getCategoryItemsLimit()
The limit on the number of groups that are displayed in a word cloud.
|
ItemsLimitConfiguration |
ComboChartSortConfiguration.getCategoryItemsLimit()
The item limit configuration for the category field well of a combo chart.
|
ItemsLimitConfiguration |
FunnelChartSortConfiguration.getCategoryItemsLimit()
The limit on the number of categories displayed.
|
ItemsLimitConfiguration |
PieChartSortConfiguration.getCategoryItemsLimit()
The limit on the number of categories that are displayed in a pie chart.
|
ItemsLimitConfiguration |
BarChartSortConfiguration.getCategoryItemsLimit()
The limit on the number of categories displayed in a bar chart.
|
ItemsLimitConfiguration |
LineChartSortConfiguration.getCategoryItemsLimitConfiguration()
The limit on the number of categories that are displayed in a line chart.
|
ItemsLimitConfiguration |
RadarChartSortConfiguration.getColorItemsLimit()
The color items limit of a radar chart.
|
ItemsLimitConfiguration |
ComboChartSortConfiguration.getColorItemsLimit()
The item limit configuration of the color field well in a combo chart.
|
ItemsLimitConfiguration |
BarChartSortConfiguration.getColorItemsLimit()
The limit on the number of values displayed in a bar chart.
|
ItemsLimitConfiguration |
LineChartSortConfiguration.getColorItemsLimitConfiguration()
The limit on the number of lines that are displayed in a line chart.
|
ItemsLimitConfiguration |
SankeyDiagramSortConfiguration.getDestinationItemsLimit()
The limit on the number of destination nodes that are displayed in a sankey diagram.
|
ItemsLimitConfiguration |
HeatMapSortConfiguration.getHeatMapColumnItemsLimitConfiguration()
The limit on the number of columns that are displayed in a heat map.
|
ItemsLimitConfiguration |
HeatMapSortConfiguration.getHeatMapRowItemsLimitConfiguration()
The limit on the number of rows that are displayed in a heat map.
|
ItemsLimitConfiguration |
ScatterPlotSortConfiguration.getScatterPlotLimitConfiguration() |
ItemsLimitConfiguration |
LineChartSortConfiguration.getSmallMultiplesLimitConfiguration()
The limit on the number of small multiples panels that are displayed.
|
ItemsLimitConfiguration |
PieChartSortConfiguration.getSmallMultiplesLimitConfiguration()
The limit on the number of small multiples panels that are displayed.
|
ItemsLimitConfiguration |
BarChartSortConfiguration.getSmallMultiplesLimitConfiguration()
The limit on the number of small multiples panels that are displayed.
|
ItemsLimitConfiguration |
SankeyDiagramSortConfiguration.getSourceItemsLimit()
The limit on the number of source nodes that are displayed in a sankey diagram.
|
ItemsLimitConfiguration |
TreeMapSortConfiguration.getTreeMapGroupItemsLimitConfiguration()
The limit on the number of groups that are displayed.
|
ItemsLimitConfiguration |
ItemsLimitConfiguration.withItemsLimit(Long itemsLimit)
The limit on how many items of a field are showed in the chart.
|
ItemsLimitConfiguration |
ItemsLimitConfiguration.withOtherCategories(OtherCategories otherCategories)
The
Show other of an axis in the chart. |
ItemsLimitConfiguration |
ItemsLimitConfiguration.withOtherCategories(String otherCategories)
The
Show other of an axis in the chart. |
| Modifier and Type | Method and Description |
|---|---|
void |
WaterfallChartSortConfiguration.setBreakdownItemsLimit(ItemsLimitConfiguration breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
|
void |
RadarChartSortConfiguration.setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The category items limit for a radar chart.
|
void |
WordCloudSortConfiguration.setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of groups that are displayed in a word cloud.
|
void |
ComboChartSortConfiguration.setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The item limit configuration for the category field well of a combo chart.
|
void |
FunnelChartSortConfiguration.setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories displayed.
|
void |
PieChartSortConfiguration.setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories that are displayed in a pie chart.
|
void |
BarChartSortConfiguration.setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories displayed in a bar chart.
|
void |
LineChartSortConfiguration.setCategoryItemsLimitConfiguration(ItemsLimitConfiguration categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line chart.
|
void |
RadarChartSortConfiguration.setColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The color items limit of a radar chart.
|
void |
ComboChartSortConfiguration.setColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The item limit configuration of the color field well in a combo chart.
|
void |
BarChartSortConfiguration.setColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The limit on the number of values displayed in a bar chart.
|
void |
LineChartSortConfiguration.setColorItemsLimitConfiguration(ItemsLimitConfiguration colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line chart.
|
void |
SankeyDiagramSortConfiguration.setDestinationItemsLimit(ItemsLimitConfiguration destinationItemsLimit)
The limit on the number of destination nodes that are displayed in a sankey diagram.
|
void |
HeatMapSortConfiguration.setHeatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
|
void |
HeatMapSortConfiguration.setHeatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
|
void |
ScatterPlotSortConfiguration.setScatterPlotLimitConfiguration(ItemsLimitConfiguration scatterPlotLimitConfiguration) |
void |
LineChartSortConfiguration.setSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
void |
PieChartSortConfiguration.setSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
void |
BarChartSortConfiguration.setSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
void |
SankeyDiagramSortConfiguration.setSourceItemsLimit(ItemsLimitConfiguration sourceItemsLimit)
The limit on the number of source nodes that are displayed in a sankey diagram.
|
void |
TreeMapSortConfiguration.setTreeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration treeMapGroupItemsLimitConfiguration)
The limit on the number of groups that are displayed.
|
WaterfallChartSortConfiguration |
WaterfallChartSortConfiguration.withBreakdownItemsLimit(ItemsLimitConfiguration breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
|
RadarChartSortConfiguration |
RadarChartSortConfiguration.withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The category items limit for a radar chart.
|
WordCloudSortConfiguration |
WordCloudSortConfiguration.withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of groups that are displayed in a word cloud.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The item limit configuration for the category field well of a combo chart.
|
FunnelChartSortConfiguration |
FunnelChartSortConfiguration.withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories displayed.
|
PieChartSortConfiguration |
PieChartSortConfiguration.withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories that are displayed in a pie chart.
|
BarChartSortConfiguration |
BarChartSortConfiguration.withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories displayed in a bar chart.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withCategoryItemsLimitConfiguration(ItemsLimitConfiguration categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line chart.
|
RadarChartSortConfiguration |
RadarChartSortConfiguration.withColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The color items limit of a radar chart.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The item limit configuration of the color field well in a combo chart.
|
BarChartSortConfiguration |
BarChartSortConfiguration.withColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The limit on the number of values displayed in a bar chart.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withColorItemsLimitConfiguration(ItemsLimitConfiguration colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line chart.
|
SankeyDiagramSortConfiguration |
SankeyDiagramSortConfiguration.withDestinationItemsLimit(ItemsLimitConfiguration destinationItemsLimit)
The limit on the number of destination nodes that are displayed in a sankey diagram.
|
HeatMapSortConfiguration |
HeatMapSortConfiguration.withHeatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
|
HeatMapSortConfiguration |
HeatMapSortConfiguration.withHeatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
|
ScatterPlotSortConfiguration |
ScatterPlotSortConfiguration.withScatterPlotLimitConfiguration(ItemsLimitConfiguration scatterPlotLimitConfiguration) |
LineChartSortConfiguration |
LineChartSortConfiguration.withSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
PieChartSortConfiguration |
PieChartSortConfiguration.withSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
BarChartSortConfiguration |
BarChartSortConfiguration.withSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
SankeyDiagramSortConfiguration |
SankeyDiagramSortConfiguration.withSourceItemsLimit(ItemsLimitConfiguration sourceItemsLimit)
The limit on the number of source nodes that are displayed in a sankey diagram.
|
TreeMapSortConfiguration |
TreeMapSortConfiguration.withTreeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration treeMapGroupItemsLimitConfiguration)
The limit on the number of groups that are displayed.
|
Copyright © 2023. All rights reserved.