Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ConfiguredTableAssociationAnalysisRuleAggregation
-
Packages that use ConfiguredTableAssociationAnalysisRuleAggregation Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ConfiguredTableAssociationAnalysisRuleAggregation in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ConfiguredTableAssociationAnalysisRuleAggregation Modifier and Type Method Description ConfiguredTableAssociationAnalysisRuleAggregationConfiguredTableAssociationAnalysisRulePolicyV1. aggregation()Analysis rule type that enables only aggregation queries on a configured table.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ConfiguredTableAssociationAnalysisRuleAggregation Modifier and Type Method Description ConfiguredTableAssociationAnalysisRulePolicyV1.BuilderConfiguredTableAssociationAnalysisRulePolicyV1.Builder. aggregation(ConfiguredTableAssociationAnalysisRuleAggregation aggregation)Analysis rule type that enables only aggregation queries on a configured table.static ConfiguredTableAssociationAnalysisRulePolicyV1ConfiguredTableAssociationAnalysisRulePolicyV1. fromAggregation(ConfiguredTableAssociationAnalysisRuleAggregation aggregation)Create an instance of this class withConfiguredTableAssociationAnalysisRulePolicyV1.aggregation()initialized to the given value.
-