Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AggregationConstraint
-
Packages that use AggregationConstraint Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AggregationConstraint in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AggregationConstraint Modifier and Type Method Description List<AggregationConstraint>AnalysisRuleAggregation. outputConstraints()Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AggregationConstraint Modifier and Type Method Description AnalysisRuleAggregation.BuilderAnalysisRuleAggregation.Builder. outputConstraints(AggregationConstraint... outputConstraints)Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type AggregationConstraint Modifier and Type Method Description AnalysisRuleAggregation.BuilderAnalysisRuleAggregation.Builder. outputConstraints(Collection<AggregationConstraint> outputConstraints)Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.
-