Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ConfiguredTableAssociationAnalysisRuleCustom
-
Packages that use ConfiguredTableAssociationAnalysisRuleCustom Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ConfiguredTableAssociationAnalysisRuleCustom in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ConfiguredTableAssociationAnalysisRuleCustom Modifier and Type Method Description ConfiguredTableAssociationAnalysisRuleCustomConfiguredTableAssociationAnalysisRulePolicyV1. custom()Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ConfiguredTableAssociationAnalysisRuleCustom Modifier and Type Method Description ConfiguredTableAssociationAnalysisRulePolicyV1.BuilderConfiguredTableAssociationAnalysisRulePolicyV1.Builder. custom(ConfiguredTableAssociationAnalysisRuleCustom custom)Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables.static ConfiguredTableAssociationAnalysisRulePolicyV1ConfiguredTableAssociationAnalysisRulePolicyV1. fromCustom(ConfiguredTableAssociationAnalysisRuleCustom custom)Create an instance of this class withConfiguredTableAssociationAnalysisRulePolicyV1.custom()initialized to the given value.
-