| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<JoinColumn> |
Join.columns()
A list of the two columns to be joined.
|
| Modifier and Type | Method and Description |
|---|---|
Join.Builder |
Join.Builder.columns(JoinColumn... columns)
A list of the two columns to be joined.
|
| Modifier and Type | Method and Description |
|---|---|
Join.Builder |
Join.Builder.columns(Collection<JoinColumn> columns)
A list of the two columns to be joined.
|
Copyright © 2023. All rights reserved.