Uses of Class
software.amazon.awssdk.services.glue.model.JoinColumn
-
Packages that use JoinColumn Package Description software.amazon.awssdk.services.glue.model -
-
Uses of JoinColumn in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type JoinColumn Modifier and Type Method Description List<JoinColumn>Join. columns()A list of the two columns to be joined.Methods in software.amazon.awssdk.services.glue.model with parameters of type JoinColumn Modifier and Type Method Description Join.BuilderJoin.Builder. columns(JoinColumn... columns)A list of the two columns to be joined.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type JoinColumn Modifier and Type Method Description Join.BuilderJoin.Builder. columns(Collection<JoinColumn> columns)A list of the two columns to be joined.
-