| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
JoinColumn |
JoinColumn.clone() |
JoinColumn |
JoinColumn.withFrom(String from)
The column to be joined.
|
JoinColumn |
JoinColumn.withKeys(Collection<List<String>> keys)
The key of the column to be joined.
|
JoinColumn |
JoinColumn.withKeys(List<String>... keys)
The key of the column to be joined.
|
| Modifier and Type | Method and Description |
|---|---|
List<JoinColumn> |
Join.getColumns()
A list of the two columns to be joined.
|
| Modifier and Type | Method and Description |
|---|---|
Join |
Join.withColumns(JoinColumn... columns)
A list of the two columns to be joined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Join.setColumns(Collection<JoinColumn> columns)
A list of the two columns to be joined.
|
Join |
Join.withColumns(Collection<JoinColumn> columns)
A list of the two columns to be joined.
|
Copyright © 2024. All rights reserved.