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 TableStatisticsTableStatistics. clone()TableStatisticsTableStatistics. withDdls(Long ddls)The Data Definition Language (DDL) used to build and modify the structure of your tables.TableStatisticsTableStatistics. withDeletes(Long deletes)The number of delete actions performed on a table.TableStatisticsTableStatistics. withFullLoadRows(Long fullLoadRows)The number of rows added during the Full Load operation.TableStatisticsTableStatistics. withInserts(Long inserts)The number of insert actions performed on a table.TableStatisticsTableStatistics. withLastUpdateTime(Date lastUpdateTime)The last time the table was updated.TableStatisticsTableStatistics. withSchemaName(String schemaName)The schema name.TableStatisticsTableStatistics. withTableName(String tableName)The name of the table.TableStatisticsTableStatistics. withTableState(String tableState)The state of the table.TableStatisticsTableStatistics. 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 DescribeTableStatisticsResultDescribeTableStatisticsResult. 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 voidDescribeTableStatisticsResult. setTableStatistics(Collection<TableStatistics> tableStatistics)The table statistics.DescribeTableStatisticsResultDescribeTableStatisticsResult. withTableStatistics(Collection<TableStatistics> tableStatistics)The table statistics.
-