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