| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleCustom |
AnalysisRuleCustom.clone() |
AnalysisRuleCustom |
ConfiguredTableAnalysisRulePolicyV1.getCustom() |
AnalysisRuleCustom |
AnalysisRulePolicyV1.getCustom()
Analysis rule type that enables custom SQL queries on a configured table.
|
AnalysisRuleCustom |
AnalysisRuleCustom.withAllowedAnalyses(Collection<String> allowedAnalyses)
The analysis templates that are allowed by the custom analysis rule.
|
AnalysisRuleCustom |
AnalysisRuleCustom.withAllowedAnalyses(String... allowedAnalyses)
The analysis templates that are allowed by the custom analysis rule.
|
AnalysisRuleCustom |
AnalysisRuleCustom.withAllowedAnalysisProviders(Collection<String> allowedAnalysisProviders)
The Amazon Web Services accounts that are allowed to query by the custom analysis rule.
|
AnalysisRuleCustom |
AnalysisRuleCustom.withAllowedAnalysisProviders(String... allowedAnalysisProviders)
The Amazon Web Services accounts that are allowed to query by the custom analysis rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfiguredTableAnalysisRulePolicyV1.setCustom(AnalysisRuleCustom custom) |
void |
AnalysisRulePolicyV1.setCustom(AnalysisRuleCustom custom)
Analysis rule type that enables custom SQL queries on a configured table.
|
ConfiguredTableAnalysisRulePolicyV1 |
ConfiguredTableAnalysisRulePolicyV1.withCustom(AnalysisRuleCustom custom) |
AnalysisRulePolicyV1 |
AnalysisRulePolicyV1.withCustom(AnalysisRuleCustom custom)
Analysis rule type that enables custom SQL queries on a configured table.
|
Copyright © 2023. All rights reserved.