Uses of Class
software.amazon.awssdk.services.quicksight.model.AggregationSortConfiguration
-
Packages that use AggregationSortConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AggregationSortConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AggregationSortConfiguration Modifier and Type Method Description List<AggregationSortConfiguration>TopBottomFilter. aggregationSortConfigurations()The aggregation and sort configuration of the top bottom filter.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AggregationSortConfiguration Modifier and Type Method Description TopBottomFilter.BuilderTopBottomFilter.Builder. aggregationSortConfigurations(AggregationSortConfiguration... aggregationSortConfigurations)The aggregation and sort configuration of the top bottom filter.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AggregationSortConfiguration Modifier and Type Method Description TopBottomFilter.BuilderTopBottomFilter.Builder. aggregationSortConfigurations(Collection<AggregationSortConfiguration> aggregationSortConfigurations)The aggregation and sort configuration of the top bottom filter.
-