Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.Table
-
Packages that use Table Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of Table in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return Table Modifier and Type Method Description TableCreateTableResponse. table()The newly created Timestream table.TableDescribeTableResponse. table()The Timestream table.TableUpdateTableResponse. table()The updated Timestream table.Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type Table Modifier and Type Method Description List<Table>ListTablesResponse. tables()A list of tables.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type Table Modifier and Type Method Description CreateTableResponse.BuilderCreateTableResponse.Builder. table(Table table)The newly created Timestream table.DescribeTableResponse.BuilderDescribeTableResponse.Builder. table(Table table)The Timestream table.UpdateTableResponse.BuilderUpdateTableResponse.Builder. table(Table table)The updated Timestream table.ListTablesResponse.BuilderListTablesResponse.Builder. tables(Table... tables)A list of tables.Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type Table Modifier and Type Method Description ListTablesResponse.BuilderListTablesResponse.Builder. tables(Collection<Table> tables)A list of tables.
-