Uses of Class
com.amazonaws.services.databasemigrationservice.model.DescribeTableStatisticsResult
-
Packages that use DescribeTableStatisticsResult Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of DescribeTableStatisticsResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return DescribeTableStatisticsResult Modifier and Type Method Description DescribeTableStatisticsResultAbstractAWSDatabaseMigrationService. describeTableStatistics(DescribeTableStatisticsRequest request)DescribeTableStatisticsResultAWSDatabaseMigrationService. describeTableStatistics(DescribeTableStatisticsRequest describeTableStatisticsRequest)Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.DescribeTableStatisticsResultAWSDatabaseMigrationServiceClient. describeTableStatistics(DescribeTableStatisticsRequest describeTableStatisticsRequest)Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted. -
Uses of DescribeTableStatisticsResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return DescribeTableStatisticsResult Modifier and Type Method Description DescribeTableStatisticsResultDescribeTableStatisticsResult. clone()DescribeTableStatisticsResultDescribeTableStatisticsResult. withMarker(String marker)An optional pagination token provided by a previous request.DescribeTableStatisticsResultDescribeTableStatisticsResult. withReplicationTaskArn(String replicationTaskArn)The Amazon Resource Name (ARN) of the replication task.DescribeTableStatisticsResultDescribeTableStatisticsResult. withTableStatistics(TableStatistics... tableStatistics)The table statistics.DescribeTableStatisticsResultDescribeTableStatisticsResult. withTableStatistics(Collection<TableStatistics> tableStatistics)The table statistics.
-