Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AggregateColumn
-
Packages that use AggregateColumn Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AggregateColumn in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AggregateColumn Modifier and Type Method Description List<AggregateColumn>AnalysisRuleAggregation. aggregateColumns()The columns that query runners are allowed to use in aggregation queries.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AggregateColumn Modifier and Type Method Description AnalysisRuleAggregation.BuilderAnalysisRuleAggregation.Builder. aggregateColumns(AggregateColumn... aggregateColumns)The columns that query runners are allowed to use in aggregation queries.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type AggregateColumn Modifier and Type Method Description AnalysisRuleAggregation.BuilderAnalysisRuleAggregation.Builder. aggregateColumns(Collection<AggregateColumn> aggregateColumns)The columns that query runners are allowed to use in aggregation queries.
-