| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Table |
GetTableResponse.table()
The
Table object that defines the specified table. |
Table |
TableVersion.table()
The table in question.
|
Table |
GetUnfilteredTableMetadataResponse.table()
A Table object containing the table metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
SearchTablesResponse.tableList()
A list of the requested
Table objects. |
List<Table> |
GetTablesResponse.tableList()
A list of the requested
Table objects. |
| Modifier and Type | Method and Description |
|---|---|
GetTableResponse.Builder |
GetTableResponse.Builder.table(Table table)
The
Table object that defines the specified table. |
TableVersion.Builder |
TableVersion.Builder.table(Table table)
The table in question.
|
GetUnfilteredTableMetadataResponse.Builder |
GetUnfilteredTableMetadataResponse.Builder.table(Table table)
A Table object containing the table metadata.
|
SearchTablesResponse.Builder |
SearchTablesResponse.Builder.tableList(Table... tableList)
A list of the requested
Table objects. |
GetTablesResponse.Builder |
GetTablesResponse.Builder.tableList(Table... tableList)
A list of the requested
Table objects. |
| Modifier and Type | Method and Description |
|---|---|
SearchTablesResponse.Builder |
SearchTablesResponse.Builder.tableList(Collection<Table> tableList)
A list of the requested
Table objects. |
GetTablesResponse.Builder |
GetTablesResponse.Builder.tableList(Collection<Table> tableList)
A list of the requested
Table objects. |
Copyright © 2023. All rights reserved.