Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AnalysisRulePolicy
-
Packages that use AnalysisRulePolicy Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AnalysisRulePolicy in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AnalysisRulePolicy Modifier and Type Method Description static AnalysisRulePolicyAnalysisRulePolicy. fromV1(Consumer<AnalysisRulePolicyV1.Builder> v1)Create an instance of this class withv1()initialized to the given value.static AnalysisRulePolicyAnalysisRulePolicy. fromV1(AnalysisRulePolicyV1 v1)Create an instance of this class withv1()initialized to the given value.AnalysisRulePolicyAnalysisRule. policy()A policy that describes the associated data usage limitations.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AnalysisRulePolicy Modifier and Type Method Description AnalysisRule.BuilderAnalysisRule.Builder. policy(AnalysisRulePolicy policy)A policy that describes the associated data usage limitations.
-