Uses of Class
software.amazon.awssdk.services.databasemigration.model.TableStatistics
-
Packages that use TableStatistics Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of TableStatistics in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type TableStatistics Modifier and Type Method Description List<TableStatistics>DescribeReplicationTableStatisticsResponse. replicationTableStatistics()Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.List<TableStatistics>DescribeTableStatisticsResponse. tableStatistics()The table statistics.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type TableStatistics Modifier and Type Method Description DescribeReplicationTableStatisticsResponse.BuilderDescribeReplicationTableStatisticsResponse.Builder. replicationTableStatistics(TableStatistics... replicationTableStatistics)Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.DescribeTableStatisticsResponse.BuilderDescribeTableStatisticsResponse.Builder. tableStatistics(TableStatistics... tableStatistics)The table statistics.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type TableStatistics Modifier and Type Method Description DescribeReplicationTableStatisticsResponse.BuilderDescribeReplicationTableStatisticsResponse.Builder. replicationTableStatistics(Collection<TableStatistics> replicationTableStatistics)Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.DescribeTableStatisticsResponse.BuilderDescribeTableStatisticsResponse.Builder. tableStatistics(Collection<TableStatistics> tableStatistics)The table statistics.
-