Uses of Class
software.amazon.awssdk.services.databasemigration.model.TableStatistics
Packages that use TableStatistics
-
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 TableStatisticsModifier and TypeMethodDescriptionfinal List<TableStatistics>DescribeReplicationTableStatisticsResponse.replicationTableStatistics()Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.final List<TableStatistics>DescribeTableStatisticsResponse.tableStatistics()The table statistics.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type TableStatisticsModifier and TypeMethodDescriptionDescribeReplicationTableStatisticsResponse.Builder.replicationTableStatistics(TableStatistics... replicationTableStatistics) Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.DescribeTableStatisticsResponse.Builder.tableStatistics(TableStatistics... tableStatistics) The table statistics.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type TableStatisticsModifier and TypeMethodDescriptionDescribeReplicationTableStatisticsResponse.Builder.replicationTableStatistics(Collection<TableStatistics> replicationTableStatistics) Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.DescribeTableStatisticsResponse.Builder.tableStatistics(Collection<TableStatistics> tableStatistics) The table statistics.