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