| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static JoinOperator |
JoinOperator.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<JoinOperator> |
AnalysisRuleList.allowedJoinOperators()
The logical operators (if any) that are to be used in an INNER JOIN match condition.
|
List<JoinOperator> |
AnalysisRuleAggregation.allowedJoinOperators()
Which logical operators (if any) are to be used in an INNER JOIN match condition.
|
static Set<JoinOperator> |
JoinOperator.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.allowedJoinOperators(JoinOperator... allowedJoinOperators)
The logical operators (if any) that are to be used in an INNER JOIN match condition.
|
AnalysisRuleAggregation.Builder |
AnalysisRuleAggregation.Builder.allowedJoinOperators(JoinOperator... allowedJoinOperators)
Which logical operators (if any) are to be used in an INNER JOIN match condition.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.allowedJoinOperators(Collection<JoinOperator> allowedJoinOperators)
The logical operators (if any) that are to be used in an INNER JOIN match condition.
|
AnalysisRuleAggregation.Builder |
AnalysisRuleAggregation.Builder.allowedJoinOperators(Collection<JoinOperator> allowedJoinOperators)
Which logical operators (if any) are to be used in an INNER JOIN match condition.
|
Copyright © 2023. All rights reserved.