Uses of Class
software.amazon.awssdk.services.quicksight.model.JoinKeyProperties
-
Packages that use JoinKeyProperties Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of JoinKeyProperties in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return JoinKeyProperties Modifier and Type Method Description JoinKeyPropertiesJoinInstruction. leftJoinKeyProperties()Join key properties of the left operand.JoinKeyPropertiesJoinInstruction. rightJoinKeyProperties()Join key properties of the right operand.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type JoinKeyProperties Modifier and Type Method Description JoinInstruction.BuilderJoinInstruction.Builder. leftJoinKeyProperties(JoinKeyProperties leftJoinKeyProperties)Join key properties of the left operand.JoinInstruction.BuilderJoinInstruction.Builder. rightJoinKeyProperties(JoinKeyProperties rightJoinKeyProperties)Join key properties of the right operand.
-