| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TableVersion |
TableVersion.clone() |
TableVersion |
TableVersion.withTable(Table table)
The table in question
|
TableVersion |
TableVersion.withVersionId(String versionId)
The ID value that identifies this table version.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableVersion> |
GetTableVersionsResult.getTableVersions()
A list of strings identifying available versions of the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
GetTableVersionsResult |
GetTableVersionsResult.withTableVersions(TableVersion... tableVersions)
A list of strings identifying available versions of the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTableVersionsResult.setTableVersions(Collection<TableVersion> tableVersions)
A list of strings identifying available versions of the specified table.
|
GetTableVersionsResult |
GetTableVersionsResult.withTableVersions(Collection<TableVersion> tableVersions)
A list of strings identifying available versions of the specified table.
|
Copyright © 2017. All rights reserved.