Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
HeatMapSortConfiguration |
HeatMapSortConfiguration.clone() |
HeatMapSortConfiguration |
HeatMapConfiguration.getSortConfiguration()
The sort configuration of a heat map.
|
HeatMapSortConfiguration |
HeatMapSortConfiguration.withHeatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
|
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.withHeatMapColumnSort(FieldSortOptions... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
|
HeatMapSortConfiguration |
HeatMapSortConfiguration.withHeatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
|
HeatMapSortConfiguration |
HeatMapSortConfiguration.withHeatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
The field sort configuration of the rows fields.
|
HeatMapSortConfiguration |
HeatMapSortConfiguration.withHeatMapRowSort(FieldSortOptions... heatMapRowSort)
The field sort configuration of the rows fields.
|
Modifier and Type | Method and Description |
---|---|
void |
HeatMapConfiguration.setSortConfiguration(HeatMapSortConfiguration sortConfiguration)
The sort configuration of a heat map.
|
HeatMapConfiguration |
HeatMapConfiguration.withSortConfiguration(HeatMapSortConfiguration sortConfiguration)
The sort configuration of a heat map.
|
Copyright © 2023. All rights reserved.