Uses of Class
software.amazon.awssdk.services.quicksight.model.FilterAggMetrics
-
Packages that use FilterAggMetrics Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FilterAggMetrics in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FilterAggMetrics Modifier and Type Method Description List<FilterAggMetrics>TopicIRFilterOption. aggMetrics()The agg metrics for theTopicIRFilterOption.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type FilterAggMetrics Modifier and Type Method Description TopicIRFilterOption.BuilderTopicIRFilterOption.Builder. aggMetrics(FilterAggMetrics... aggMetrics)The agg metrics for theTopicIRFilterOption.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FilterAggMetrics Modifier and Type Method Description TopicIRFilterOption.BuilderTopicIRFilterOption.Builder. aggMetrics(Collection<FilterAggMetrics> aggMetrics)The agg metrics for theTopicIRFilterOption.
-