Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AnalysisRuleCustom
-
Packages that use AnalysisRuleCustom Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AnalysisRuleCustom in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AnalysisRuleCustom Modifier and Type Method Description AnalysisRuleCustomAnalysisRulePolicyV1. custom()Analysis rule type that enables custom SQL queries on a configured table.AnalysisRuleCustomConfiguredTableAnalysisRulePolicyV1. custom()Returns the value of the Custom property for this object.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AnalysisRuleCustom Modifier and Type Method Description AnalysisRulePolicyV1.BuilderAnalysisRulePolicyV1.Builder. custom(AnalysisRuleCustom custom)Analysis rule type that enables custom SQL queries on a configured table.ConfiguredTableAnalysisRulePolicyV1.BuilderConfiguredTableAnalysisRulePolicyV1.Builder. custom(AnalysisRuleCustom custom)Sets the value of the Custom property for this object.static AnalysisRulePolicyV1AnalysisRulePolicyV1. fromCustom(AnalysisRuleCustom custom)Create an instance of this class withAnalysisRulePolicyV1.custom()initialized to the given value.static ConfiguredTableAnalysisRulePolicyV1ConfiguredTableAnalysisRulePolicyV1. fromCustom(AnalysisRuleCustom custom)Create an instance of this class withConfiguredTableAnalysisRulePolicyV1.custom()initialized to the given value.
-