Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AnalysisRuleList
-
Packages that use AnalysisRuleList Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AnalysisRuleList in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AnalysisRuleList Modifier and Type Method Description AnalysisRuleListAnalysisRulePolicyV1. list()Analysis rule type that enables only list queries on a configured table.AnalysisRuleListConfiguredTableAnalysisRulePolicyV1. list()Analysis rule type that enables only list queries on a configured table.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AnalysisRuleList Modifier and Type Method Description static AnalysisRulePolicyV1AnalysisRulePolicyV1. fromList(AnalysisRuleList list)Create an instance of this class withAnalysisRulePolicyV1.list()initialized to the given value.static ConfiguredTableAnalysisRulePolicyV1ConfiguredTableAnalysisRulePolicyV1. fromList(AnalysisRuleList list)Create an instance of this class withConfiguredTableAnalysisRulePolicyV1.list()initialized to the given value.AnalysisRulePolicyV1.BuilderAnalysisRulePolicyV1.Builder. list(AnalysisRuleList list)Analysis rule type that enables only list queries on a configured table.ConfiguredTableAnalysisRulePolicyV1.BuilderConfiguredTableAnalysisRulePolicyV1.Builder. list(AnalysisRuleList list)Analysis rule type that enables only list queries on a configured table.
-