| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TableVersion |
GetTableVersionResponse.tableVersion()
The requested table version.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableVersion> |
GetTableVersionsResponse.tableVersions()
A list of strings identifying available versions of the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
GetTableVersionResponse.Builder |
GetTableVersionResponse.Builder.tableVersion(TableVersion tableVersion)
The requested table version.
|
GetTableVersionsResponse.Builder |
GetTableVersionsResponse.Builder.tableVersions(TableVersion... tableVersions)
A list of strings identifying available versions of the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
GetTableVersionsResponse.Builder |
GetTableVersionsResponse.Builder.tableVersions(Collection<TableVersion> tableVersions)
A list of strings identifying available versions of the specified table.
|
Copyright © 2023. All rights reserved.