| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AggregationFunction |
ColumnTooltipItem.aggregation()
The aggregation function of the column tooltip item.
|
AggregationFunction |
AggregationSortConfiguration.aggregationFunction()
The function that aggregates the values in
Column. |
AggregationFunction |
NumericEqualityFilter.aggregationFunction()
The aggregation function of the filter.
|
AggregationFunction |
NumericRangeFilter.aggregationFunction()
The aggregation function of the filter.
|
AggregationFunction |
ColumnSort.aggregationFunction()
The aggregation function that is defined in the column sort.
|
AggregationFunction |
ReferenceLineDynamicDataConfiguration.measureAggregationFunction()
The aggregation function that is used in the dynamic data.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnTooltipItem.Builder |
ColumnTooltipItem.Builder.aggregation(AggregationFunction aggregation)
The aggregation function of the column tooltip item.
|
AggregationSortConfiguration.Builder |
AggregationSortConfiguration.Builder.aggregationFunction(AggregationFunction aggregationFunction)
The function that aggregates the values in
Column. |
NumericEqualityFilter.Builder |
NumericEqualityFilter.Builder.aggregationFunction(AggregationFunction aggregationFunction)
The aggregation function of the filter.
|
NumericRangeFilter.Builder |
NumericRangeFilter.Builder.aggregationFunction(AggregationFunction aggregationFunction)
The aggregation function of the filter.
|
ColumnSort.Builder |
ColumnSort.Builder.aggregationFunction(AggregationFunction aggregationFunction)
The aggregation function that is defined in the column sort.
|
ReferenceLineDynamicDataConfiguration.Builder |
ReferenceLineDynamicDataConfiguration.Builder.measureAggregationFunction(AggregationFunction measureAggregationFunction)
The aggregation function that is used in the dynamic data.
|
Copyright © 2023. All rights reserved.