Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
NumericalAggregationFunction |
NumericalAggregationFunction.clone() |
NumericalAggregationFunction |
NumericalMeasureField.getAggregationFunction()
The aggregation function of the measure field.
|
NumericalAggregationFunction |
ReferenceLineDynamicDataConfiguration.getCalculation()
The calculation that is used in the dynamic data.
|
NumericalAggregationFunction |
AggregationFunction.getNumericalAggregationFunction()
Aggregation for numerical values.
|
NumericalAggregationFunction |
NumericalAggregationFunction.withPercentileAggregation(PercentileAggregation percentileAggregation)
An aggregation based on the percentile of values in a dimension or measure.
|
NumericalAggregationFunction |
NumericalAggregationFunction.withSimpleNumericalAggregation(SimpleNumericalAggregationFunction simpleNumericalAggregation)
Built-in aggregation functions for numerical values.
|
NumericalAggregationFunction |
NumericalAggregationFunction.withSimpleNumericalAggregation(String simpleNumericalAggregation)
Built-in aggregation functions for numerical values.
|
Modifier and Type | Method and Description |
---|---|
void |
NumericalMeasureField.setAggregationFunction(NumericalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
|
void |
ReferenceLineDynamicDataConfiguration.setCalculation(NumericalAggregationFunction calculation)
The calculation that is used in the dynamic data.
|
void |
AggregationFunction.setNumericalAggregationFunction(NumericalAggregationFunction numericalAggregationFunction)
Aggregation for numerical values.
|
NumericalMeasureField |
NumericalMeasureField.withAggregationFunction(NumericalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
|
ReferenceLineDynamicDataConfiguration |
ReferenceLineDynamicDataConfiguration.withCalculation(NumericalAggregationFunction calculation)
The calculation that is used in the dynamic data.
|
AggregationFunction |
AggregationFunction.withNumericalAggregationFunction(NumericalAggregationFunction numericalAggregationFunction)
Aggregation for numerical values.
|
Copyright © 2025. All rights reserved.