| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
NumericalAggregationFunction |
NumericalMeasureField.aggregationFunction()
The aggregation function of the measure field.
|
NumericalAggregationFunction |
ReferenceLineDynamicDataConfiguration.calculation()
The calculation that is used in the dynamic data.
|
NumericalAggregationFunction |
AggregationFunction.numericalAggregationFunction()
Aggregation for numerical values.
|
| Modifier and Type | Method and Description |
|---|---|
NumericalMeasureField.Builder |
NumericalMeasureField.Builder.aggregationFunction(NumericalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
|
ReferenceLineDynamicDataConfiguration.Builder |
ReferenceLineDynamicDataConfiguration.Builder.calculation(NumericalAggregationFunction calculation)
The calculation that is used in the dynamic data.
|
AggregationFunction.Builder |
AggregationFunction.Builder.numericalAggregationFunction(NumericalAggregationFunction numericalAggregationFunction)
Aggregation for numerical values.
|
Copyright © 2023. All rights reserved.