| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TopicNumericRangeFilter |
TopicNumericRangeFilter.clone() |
TopicNumericRangeFilter |
TopicFilter.getNumericRangeFilter()
The numeric range filter.
|
TopicNumericRangeFilter |
TopicNumericRangeFilter.withAggregation(NamedFilterAggType aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values
for this structure are
NO_AGGREGATION, SUM, AVERAGE, COUNT,
DISTINCT_COUNT, MAX, MEDIAN, MIN, STDEV,
STDEVP, VAR, and VARP. |
TopicNumericRangeFilter |
TopicNumericRangeFilter.withAggregation(String aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values
for this structure are
NO_AGGREGATION, SUM, AVERAGE, COUNT,
DISTINCT_COUNT, MAX, MEDIAN, MIN, STDEV,
STDEVP, VAR, and VARP. |
TopicNumericRangeFilter |
TopicNumericRangeFilter.withConstant(TopicRangeFilterConstant constant)
The constant used in a numeric range filter.
|
TopicNumericRangeFilter |
TopicNumericRangeFilter.withInclusive(Boolean inclusive)
A Boolean value that indicates whether the endpoints of the numeric range are included in the filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicFilter.setNumericRangeFilter(TopicNumericRangeFilter numericRangeFilter)
The numeric range filter.
|
TopicFilter |
TopicFilter.withNumericRangeFilter(TopicNumericRangeFilter numericRangeFilter)
The numeric range filter.
|
Copyright © 2023. All rights reserved.