Uses of Class
software.amazon.awssdk.services.quicksight.model.NamedFilterAggType
-
Packages that use NamedFilterAggType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of NamedFilterAggType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return NamedFilterAggType Modifier and Type Method Description NamedFilterAggTypeTopicNumericEqualityFilter. aggregation()An aggregation function that specifies how to calculate the value of a numeric field for a topic.NamedFilterAggTypeTopicNumericRangeFilter. aggregation()An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure areNO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.static NamedFilterAggTypeNamedFilterAggType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NamedFilterAggTypeNamedFilterAggType. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type NamedFilterAggType Modifier and Type Method Description static Set<NamedFilterAggType>NamedFilterAggType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type NamedFilterAggType Modifier and Type Method Description TopicNumericEqualityFilter.BuilderTopicNumericEqualityFilter.Builder. aggregation(NamedFilterAggType aggregation)An aggregation function that specifies how to calculate the value of a numeric field for a topic.TopicNumericRangeFilter.BuilderTopicNumericRangeFilter.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 areNO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
-