| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleList |
AnalysisRuleList.clone() |
AnalysisRuleList |
AnalysisRulePolicyV1.getList()
Analysis rule type that enables only list queries on a configured table.
|
AnalysisRuleList |
ConfiguredTableAnalysisRulePolicyV1.getList()
Analysis rule type that enables only list queries on a configured table.
|
AnalysisRuleList |
AnalysisRuleList.withAdditionalAnalyses(AdditionalAnalyses additionalAnalyses)
An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the
direct query.
|
AnalysisRuleList |
AnalysisRuleList.withAdditionalAnalyses(String additionalAnalyses)
An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the
direct query.
|
AnalysisRuleList |
AnalysisRuleList.withAllowedJoinOperators(Collection<String> allowedJoinOperators)
The logical operators (if any) that are to be used in an INNER JOIN match condition.
|
AnalysisRuleList |
AnalysisRuleList.withAllowedJoinOperators(JoinOperator... allowedJoinOperators)
The logical operators (if any) that are to be used in an INNER JOIN match condition.
|
AnalysisRuleList |
AnalysisRuleList.withAllowedJoinOperators(String... allowedJoinOperators)
The logical operators (if any) that are to be used in an INNER JOIN match condition.
|
AnalysisRuleList |
AnalysisRuleList.withJoinColumns(Collection<String> joinColumns)
Columns that can be used to join a configured table with the table of the member who can query and other members'
configured tables.
|
AnalysisRuleList |
AnalysisRuleList.withJoinColumns(String... joinColumns)
Columns that can be used to join a configured table with the table of the member who can query and other members'
configured tables.
|
AnalysisRuleList |
AnalysisRuleList.withListColumns(Collection<String> listColumns)
Columns that can be listed in the output.
|
AnalysisRuleList |
AnalysisRuleList.withListColumns(String... listColumns)
Columns that can be listed in the output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisRulePolicyV1.setList(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
|
void |
ConfiguredTableAnalysisRulePolicyV1.setList(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
|
AnalysisRulePolicyV1 |
AnalysisRulePolicyV1.withList(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
|
ConfiguredTableAnalysisRulePolicyV1 |
ConfiguredTableAnalysisRulePolicyV1.withList(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
|
Copyright © 2024. All rights reserved.