Uses of Class
com.amazonaws.services.databasemigrationservice.model.TableStatistics
Packages that use TableStatistics
-
Uses of TableStatistics in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return TableStatisticsModifier and TypeMethodDescriptionTableStatistics.clone()
The Data Definition Language (DDL) used to build and modify the structure of your tables.TableStatistics.withDeletes
(Long deletes) The number of delete actions performed on a table.TableStatistics.withFullLoadRows
(Long fullLoadRows) The number of rows added during the Full Load operation.TableStatistics.withInserts
(Long inserts) The number of insert actions performed on a table.TableStatistics.withLastUpdateTime
(Date lastUpdateTime) The last time the table was updated.TableStatistics.withSchemaName
(String schemaName) The schema name.TableStatistics.withTableName
(String tableName) The name of the table.TableStatistics.withTableState
(String tableState) The state of the table.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 TableStatisticsModifier and TypeMethodDescriptionDescribeTableStatisticsResult.getTableStatistics()
The table statistics.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type TableStatisticsModifier and TypeMethodDescriptionDescribeTableStatisticsResult.withTableStatistics
(TableStatistics... tableStatistics) The table statistics.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type TableStatisticsModifier and TypeMethodDescriptionvoid
DescribeTableStatisticsResult.setTableStatistics
(Collection<TableStatistics> tableStatistics) The table statistics.DescribeTableStatisticsResult.withTableStatistics
(Collection<TableStatistics> tableStatistics) The table statistics.