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 DescribeTableStatisticsResult
AbstractAWSDatabaseMigrationService. describeTableStatistics(DescribeTableStatisticsRequest request)
DescribeTableStatisticsResult
AWSDatabaseMigrationService. describeTableStatistics(DescribeTableStatisticsRequest describeTableStatisticsRequest)
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.DescribeTableStatisticsResult
AWSDatabaseMigrationServiceClient. 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 DescribeTableStatisticsResult
DescribeTableStatisticsResult. clone()
DescribeTableStatisticsResult
DescribeTableStatisticsResult. withMarker(String marker)
An optional pagination token provided by a previous request.DescribeTableStatisticsResult
DescribeTableStatisticsResult. withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.DescribeTableStatisticsResult
DescribeTableStatisticsResult. withTableStatistics(TableStatistics... tableStatistics)
The table statistics.DescribeTableStatisticsResult
DescribeTableStatisticsResult. withTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
-