| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
NamedFilterAggType |
TopicNumericEqualityFilter.aggregation()
An aggregation function that specifies how to calculate the value of a numeric field for a topic.
|
NamedFilterAggType |
TopicNumericRangeFilter.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. |
static NamedFilterAggType |
NamedFilterAggType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<NamedFilterAggType> |
NamedFilterAggType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TopicNumericEqualityFilter.Builder |
TopicNumericEqualityFilter.Builder.aggregation(NamedFilterAggType aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic.
|
TopicNumericRangeFilter.Builder |
TopicNumericRangeFilter.Builder.aggregation(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. |
Copyright © 2023. All rights reserved.