Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AnalysisRule
-
Packages that use AnalysisRule Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AnalysisRule in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AnalysisRule Modifier and Type Method Description AnalysisRuleGetSchemaAnalysisRuleResponse. analysisRule()A specification about how data from the configured table can be used.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AnalysisRule Modifier and Type Method Description List<AnalysisRule>BatchGetSchemaAnalysisRuleResponse. analysisRules()The retrieved list of analysis rules.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AnalysisRule Modifier and Type Method Description GetSchemaAnalysisRuleResponse.BuilderGetSchemaAnalysisRuleResponse.Builder. analysisRule(AnalysisRule analysisRule)A specification about how data from the configured table can be used.BatchGetSchemaAnalysisRuleResponse.BuilderBatchGetSchemaAnalysisRuleResponse.Builder. analysisRules(AnalysisRule... analysisRules)The retrieved list of analysis rules.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type AnalysisRule Modifier and Type Method Description BatchGetSchemaAnalysisRuleResponse.BuilderBatchGetSchemaAnalysisRuleResponse.Builder. analysisRules(Collection<AnalysisRule> analysisRules)The retrieved list of analysis rules.
-