Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and Description |
---|---|
TableStatistics |
TableStatistics.clone() |
TableStatistics |
TableStatistics.withDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure
of your tables.
|
TableStatistics |
TableStatistics.withDeletes(Long deletes)
The number of delete actions performed on a table.
|
TableStatistics |
TableStatistics.withFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
|
TableStatistics |
TableStatistics.withInserts(Long inserts)
The number of insert actions performed on a table.
|
TableStatistics |
TableStatistics.withLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
|
TableStatistics |
TableStatistics.withSchemaName(String schemaName)
The schema name.
|
TableStatistics |
TableStatistics.withTableName(String tableName)
The name of the table.
|
TableStatistics |
TableStatistics.withTableState(String tableState)
The state of the table.
|
TableStatistics |
TableStatistics.withUpdates(Long updates)
The number of update actions performed on a table.
|
Modifier and Type | Method and Description |
---|---|
List<TableStatistics> |
DescribeTableStatisticsResult.getTableStatistics()
The table statistics.
|
Modifier and Type | Method and Description |
---|---|
DescribeTableStatisticsResult |
DescribeTableStatisticsResult.withTableStatistics(TableStatistics... tableStatistics)
The table statistics.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTableStatisticsResult.setTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
|
DescribeTableStatisticsResult |
DescribeTableStatisticsResult.withTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
|
Copyright © 2018. All rights reserved.