| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static JoinOperator |
JoinOperator.fromValue(String value)
Use this in place of valueOf.
|
static JoinOperator |
JoinOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinOperator[] |
JoinOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleAggregation |
AnalysisRuleAggregation.withAllowedJoinOperators(JoinOperator... allowedJoinOperators)
Which logical operators (if any) 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.
|
Copyright © 2024. All rights reserved.