Package | Description |
---|---|
com.amazonaws.services.timestreamwrite.model |
Modifier and Type | Method and Description |
---|---|
Table |
Table.clone() |
Table |
UpdateTableResult.getTable()
The updated Timestream table.
|
Table |
DescribeTableResult.getTable()
The Timestream table.
|
Table |
CreateTableResult.getTable()
The newly created Timestream table.
|
Table |
Table.withArn(String arn)
The Amazon Resource Name that uniquely identifies this table.
|
Table |
Table.withCreationTime(Date creationTime)
The time when the Timestream table was created.
|
Table |
Table.withDatabaseName(String databaseName)
The name of the Timestream database that contains this table.
|
Table |
Table.withLastUpdatedTime(Date lastUpdatedTime)
The time when the Timestream table was last updated.
|
Table |
Table.withMagneticStoreWriteProperties(MagneticStoreWriteProperties magneticStoreWriteProperties)
Contains properties to set on the table when enabling magnetic store writes.
|
Table |
Table.withRetentionProperties(RetentionProperties retentionProperties)
The retention duration for the memory store and magnetic store.
|
Table |
Table.withTableName(String tableName)
The name of the Timestream table.
|
Table |
Table.withTableStatus(String tableStatus)
The current state of the table:
|
Table |
Table.withTableStatus(TableStatus tableStatus)
The current state of the table:
|
Modifier and Type | Method and Description |
---|---|
List<Table> |
ListTablesResult.getTables()
A list of tables.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTableResult.setTable(Table table)
The updated Timestream table.
|
void |
DescribeTableResult.setTable(Table table)
The Timestream table.
|
void |
CreateTableResult.setTable(Table table)
The newly created Timestream table.
|
UpdateTableResult |
UpdateTableResult.withTable(Table table)
The updated Timestream table.
|
DescribeTableResult |
DescribeTableResult.withTable(Table table)
The Timestream table.
|
CreateTableResult |
CreateTableResult.withTable(Table table)
The newly created Timestream table.
|
ListTablesResult |
ListTablesResult.withTables(Table... tables)
A list of tables.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTablesResult.setTables(Collection<Table> tables)
A list of tables.
|
ListTablesResult |
ListTablesResult.withTables(Collection<Table> tables)
A list of tables.
|
Copyright © 2022. All rights reserved.