Uses of Class
software.amazon.awssdk.services.quicksight.model.AggregationFunction
-
Packages that use AggregationFunction Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AggregationFunction in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AggregationFunction Modifier and Type Method Description AggregationFunctionColumnTooltipItem. aggregation()The aggregation function of the column tooltip item.AggregationFunctionAggregationSortConfiguration. aggregationFunction()The function that aggregates the values inColumn.AggregationFunctionColumnSort. aggregationFunction()The aggregation function that is defined in the column sort.AggregationFunctionNumericEqualityFilter. aggregationFunction()The aggregation function of the filter.AggregationFunctionNumericRangeFilter. aggregationFunction()The aggregation function of the filter.AggregationFunctionReferenceLineDynamicDataConfiguration. measureAggregationFunction()The aggregation function that is used in the dynamic data.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AggregationFunction Modifier and Type Method Description ColumnTooltipItem.BuilderColumnTooltipItem.Builder. aggregation(AggregationFunction aggregation)The aggregation function of the column tooltip item.AggregationSortConfiguration.BuilderAggregationSortConfiguration.Builder. aggregationFunction(AggregationFunction aggregationFunction)The function that aggregates the values inColumn.ColumnSort.BuilderColumnSort.Builder. aggregationFunction(AggregationFunction aggregationFunction)The aggregation function that is defined in the column sort.NumericEqualityFilter.BuilderNumericEqualityFilter.Builder. aggregationFunction(AggregationFunction aggregationFunction)The aggregation function of the filter.NumericRangeFilter.BuilderNumericRangeFilter.Builder. aggregationFunction(AggregationFunction aggregationFunction)The aggregation function of the filter.ReferenceLineDynamicDataConfiguration.BuilderReferenceLineDynamicDataConfiguration.Builder. measureAggregationFunction(AggregationFunction measureAggregationFunction)The aggregation function that is used in the dynamic data.
-