Uses of Class
software.amazon.awssdk.services.glue.model.Table
-
Packages that use Table Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Table in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Table Modifier and Type Method Description TableGetTableResponse. table()TheTableobject that defines the specified table.TableGetUnfilteredTableMetadataResponse. table()A Table object containing the table metadata.TableTableVersion. table()The table in question.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Table Modifier and Type Method Description List<Table>GetTablesResponse. tableList()A list of the requestedTableobjects.List<Table>SearchTablesResponse. tableList()A list of the requestedTableobjects.Methods in software.amazon.awssdk.services.glue.model with parameters of type Table Modifier and Type Method Description GetTableResponse.BuilderGetTableResponse.Builder. table(Table table)TheTableobject that defines the specified table.GetUnfilteredTableMetadataResponse.BuilderGetUnfilteredTableMetadataResponse.Builder. table(Table table)A Table object containing the table metadata.TableVersion.BuilderTableVersion.Builder. table(Table table)The table in question.GetTablesResponse.BuilderGetTablesResponse.Builder. tableList(Table... tableList)A list of the requestedTableobjects.SearchTablesResponse.BuilderSearchTablesResponse.Builder. tableList(Table... tableList)A list of the requestedTableobjects.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Table Modifier and Type Method Description GetTablesResponse.BuilderGetTablesResponse.Builder. tableList(Collection<Table> tableList)A list of the requestedTableobjects.SearchTablesResponse.BuilderSearchTablesResponse.Builder. tableList(Collection<Table> tableList)A list of the requestedTableobjects.
-