| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static NamedFilterAggType |
NamedFilterAggType.fromValue(String value)
Use this in place of valueOf.
|
static NamedFilterAggType |
NamedFilterAggType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamedFilterAggType[] |
NamedFilterAggType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
TopicNumericEqualityFilter |
TopicNumericEqualityFilter.withAggregation(NamedFilterAggType aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic.
|
Copyright © 2024. All rights reserved.