Uses of Class
com.amazonaws.services.databasemigrationservice.model.TableStatistics
-
Packages that use TableStatistics Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of TableStatistics in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return TableStatistics Modifier and Type Method 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.Methods in com.amazonaws.services.databasemigrationservice.model that return types with arguments of type TableStatistics Modifier and Type Method Description List<TableStatistics>
DescribeTableStatisticsResult. getTableStatistics()
The table statistics.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type TableStatistics Modifier and Type Method Description DescribeTableStatisticsResult
DescribeTableStatisticsResult. withTableStatistics(TableStatistics... tableStatistics)
The table statistics.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type TableStatistics Modifier and Type Method Description void
DescribeTableStatisticsResult. setTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.DescribeTableStatisticsResult
DescribeTableStatisticsResult. withTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
-