Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
AggregationFunction |
AggregationFunction.clone() |
AggregationFunction |
ColumnTooltipItem.getAggregation()
The aggregation function of the column tooltip item.
|
AggregationFunction |
AggregationSortConfiguration.getAggregationFunction()
The function that aggregates the values in
Column . |
AggregationFunction |
NumericEqualityFilter.getAggregationFunction()
The aggregation function of the filter.
|
AggregationFunction |
NumericRangeFilter.getAggregationFunction()
The aggregation function of the filter.
|
AggregationFunction |
ColumnSort.getAggregationFunction()
The aggregation function that is defined in the column sort.
|
AggregationFunction |
ReferenceLineDynamicDataConfiguration.getMeasureAggregationFunction()
The aggregation function that is used in the dynamic data.
|
AggregationFunction |
AggregationFunction.withAttributeAggregationFunction(AttributeAggregationFunction attributeAggregationFunction)
Aggregation for attributes.
|
AggregationFunction |
AggregationFunction.withCategoricalAggregationFunction(CategoricalAggregationFunction categoricalAggregationFunction)
Aggregation for categorical values.
|
AggregationFunction |
AggregationFunction.withCategoricalAggregationFunction(String categoricalAggregationFunction)
Aggregation for categorical values.
|
AggregationFunction |
AggregationFunction.withDateAggregationFunction(DateAggregationFunction dateAggregationFunction)
Aggregation for date values.
|
AggregationFunction |
AggregationFunction.withDateAggregationFunction(String dateAggregationFunction)
Aggregation for date values.
|
AggregationFunction |
AggregationFunction.withNumericalAggregationFunction(NumericalAggregationFunction numericalAggregationFunction)
Aggregation for numerical values.
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnTooltipItem.setAggregation(AggregationFunction aggregation)
The aggregation function of the column tooltip item.
|
void |
AggregationSortConfiguration.setAggregationFunction(AggregationFunction aggregationFunction)
The function that aggregates the values in
Column . |
void |
NumericEqualityFilter.setAggregationFunction(AggregationFunction aggregationFunction)
The aggregation function of the filter.
|
void |
NumericRangeFilter.setAggregationFunction(AggregationFunction aggregationFunction)
The aggregation function of the filter.
|
void |
ColumnSort.setAggregationFunction(AggregationFunction aggregationFunction)
The aggregation function that is defined in the column sort.
|
void |
ReferenceLineDynamicDataConfiguration.setMeasureAggregationFunction(AggregationFunction measureAggregationFunction)
The aggregation function that is used in the dynamic data.
|
ColumnTooltipItem |
ColumnTooltipItem.withAggregation(AggregationFunction aggregation)
The aggregation function of the column tooltip item.
|
AggregationSortConfiguration |
AggregationSortConfiguration.withAggregationFunction(AggregationFunction aggregationFunction)
The function that aggregates the values in
Column . |
NumericEqualityFilter |
NumericEqualityFilter.withAggregationFunction(AggregationFunction aggregationFunction)
The aggregation function of the filter.
|
NumericRangeFilter |
NumericRangeFilter.withAggregationFunction(AggregationFunction aggregationFunction)
The aggregation function of the filter.
|
ColumnSort |
ColumnSort.withAggregationFunction(AggregationFunction aggregationFunction)
The aggregation function that is defined in the column sort.
|
ReferenceLineDynamicDataConfiguration |
ReferenceLineDynamicDataConfiguration.withMeasureAggregationFunction(AggregationFunction measureAggregationFunction)
The aggregation function that is used in the dynamic data.
|
Copyright © 2023. All rights reserved.