Uses of Class
software.amazon.awssdk.services.cleanrooms.model.QueryConstraint
-
Packages that use QueryConstraint Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of QueryConstraint in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return QueryConstraint Modifier and Type Method Description static QueryConstraintQueryConstraint. fromRequireOverlap(Consumer<QueryConstraintRequireOverlap.Builder> requireOverlap)Create an instance of this class withrequireOverlap()initialized to the given value.static QueryConstraintQueryConstraint. fromRequireOverlap(QueryConstraintRequireOverlap requireOverlap)Create an instance of this class withrequireOverlap()initialized to the given value.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type QueryConstraint Modifier and Type Method Description List<QueryConstraint>AnalysisRuleIdMappingTable. queryConstraints()The query constraints of the analysis rule ID mapping table.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type QueryConstraint Modifier and Type Method Description AnalysisRuleIdMappingTable.BuilderAnalysisRuleIdMappingTable.Builder. queryConstraints(QueryConstraint... queryConstraints)The query constraints of the analysis rule ID mapping table.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type QueryConstraint Modifier and Type Method Description AnalysisRuleIdMappingTable.BuilderAnalysisRuleIdMappingTable.Builder. queryConstraints(Collection<QueryConstraint> queryConstraints)The query constraints of the analysis rule ID mapping table.
-