Uses of Class
software.amazon.awssdk.services.quicksight.model.NumericalAggregationFunction
-
Packages that use NumericalAggregationFunction Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of NumericalAggregationFunction in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return NumericalAggregationFunction Modifier and Type Method Description NumericalAggregationFunctionNumericalMeasureField. aggregationFunction()The aggregation function of the measure field.NumericalAggregationFunctionReferenceLineDynamicDataConfiguration. calculation()The calculation that is used in the dynamic data.NumericalAggregationFunctionAggregationFunction. numericalAggregationFunction()Aggregation for numerical values.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type NumericalAggregationFunction Modifier and Type Method Description NumericalMeasureField.BuilderNumericalMeasureField.Builder. aggregationFunction(NumericalAggregationFunction aggregationFunction)The aggregation function of the measure field.ReferenceLineDynamicDataConfiguration.BuilderReferenceLineDynamicDataConfiguration.Builder. calculation(NumericalAggregationFunction calculation)The calculation that is used in the dynamic data.AggregationFunction.BuilderAggregationFunction.Builder. numericalAggregationFunction(NumericalAggregationFunction numericalAggregationFunction)Aggregation for numerical values.
-