| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static JoinRequiredOption |
JoinRequiredOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JoinRequiredOption |
AnalysisRuleAggregation.joinRequired()
Control that requires member who runs query to do a join with their configured table and/or other configured
table in query
|
static JoinRequiredOption |
JoinRequiredOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinRequiredOption[] |
JoinRequiredOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<JoinRequiredOption> |
JoinRequiredOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleAggregation.Builder |
AnalysisRuleAggregation.Builder.joinRequired(JoinRequiredOption joinRequired)
Control that requires member who runs query to do a join with their configured table and/or other configured
table in query
|
Copyright © 2023. All rights reserved.