Uses of Class
software.amazon.awssdk.services.cleanrooms.model.JoinRequiredOption
-
Packages that use JoinRequiredOption Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of JoinRequiredOption in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return JoinRequiredOption Modifier and Type Method Description static JoinRequiredOptionJoinRequiredOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JoinRequiredOptionAnalysisRuleAggregation. joinRequired()Control that requires member who runs query to do a join with their configured table and/or other configured table in query.static JoinRequiredOptionJoinRequiredOption. 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.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type JoinRequiredOption Modifier and Type Method Description static Set<JoinRequiredOption>JoinRequiredOption. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type JoinRequiredOption Modifier and Type Method Description AnalysisRuleAggregation.BuilderAnalysisRuleAggregation.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.
-