Uses of Class
software.amazon.awssdk.services.cleanrooms.model.JoinOperator
-
Packages that use JoinOperator Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of JoinOperator in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return JoinOperator Modifier and Type Method Description static JoinOperatorJoinOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static JoinOperatorJoinOperator. 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.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type JoinOperator Modifier and Type Method Description List<JoinOperator>AnalysisRuleAggregation. allowedJoinOperators()Which logical operators (if any) are to be used in an INNER JOIN match condition.List<JoinOperator>AnalysisRuleList. allowedJoinOperators()The logical operators (if any) that are to be used in an INNER JOIN match condition.static Set<JoinOperator>JoinOperator. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type JoinOperator Modifier and Type Method Description AnalysisRuleAggregation.BuilderAnalysisRuleAggregation.Builder. allowedJoinOperators(JoinOperator... allowedJoinOperators)Which logical operators (if any) are to be used in an INNER JOIN match condition.AnalysisRuleList.BuilderAnalysisRuleList.Builder. allowedJoinOperators(JoinOperator... allowedJoinOperators)The logical operators (if any) that are to be used in an INNER JOIN match condition.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type JoinOperator Modifier and Type Method Description AnalysisRuleAggregation.BuilderAnalysisRuleAggregation.Builder. allowedJoinOperators(Collection<JoinOperator> allowedJoinOperators)Which logical operators (if any) are to be used in an INNER JOIN match condition.AnalysisRuleList.BuilderAnalysisRuleList.Builder. allowedJoinOperators(Collection<JoinOperator> allowedJoinOperators)The logical operators (if any) that are to be used in an INNER JOIN match condition.
-