Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
AggregationSortConfiguration |
AggregationSortConfiguration.clone() |
AggregationSortConfiguration |
AggregationSortConfiguration.withAggregationFunction(AggregationFunction aggregationFunction)
The function that aggregates the values in
Column . |
AggregationSortConfiguration |
AggregationSortConfiguration.withColumn(ColumnIdentifier column)
The column that determines the sort order of aggregated values.
|
AggregationSortConfiguration |
AggregationSortConfiguration.withSortDirection(SortDirection sortDirection)
The sort direction of values.
|
AggregationSortConfiguration |
AggregationSortConfiguration.withSortDirection(String sortDirection)
The sort direction of values.
|
Modifier and Type | Method and Description |
---|---|
List<AggregationSortConfiguration> |
TopBottomFilter.getAggregationSortConfigurations()
The aggregation and sort configuration of the top bottom filter.
|
Modifier and Type | Method and Description |
---|---|
TopBottomFilter |
TopBottomFilter.withAggregationSortConfigurations(AggregationSortConfiguration... aggregationSortConfigurations)
The aggregation and sort configuration of the top bottom filter.
|
Modifier and Type | Method and Description |
---|---|
void |
TopBottomFilter.setAggregationSortConfigurations(Collection<AggregationSortConfiguration> aggregationSortConfigurations)
The aggregation and sort configuration of the top bottom filter.
|
TopBottomFilter |
TopBottomFilter.withAggregationSortConfigurations(Collection<AggregationSortConfiguration> aggregationSortConfigurations)
The aggregation and sort configuration of the top bottom filter.
|
Copyright © 2023. All rights reserved.