| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TableVersion |
TableVersion.clone() |
TableVersion |
GetTableVersionResult.getTableVersion()
The requested table version.
|
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 |
|---|---|
void |
GetTableVersionResult.setTableVersion(TableVersion tableVersion)
The requested table version.
|
GetTableVersionResult |
GetTableVersionResult.withTableVersion(TableVersion tableVersion)
The requested table version.
|
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 © 2020. All rights reserved.