Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice | |
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and Description |
---|---|
DescribeTableStatisticsResult |
AbstractAWSDatabaseMigrationService.describeTableStatistics(DescribeTableStatisticsRequest request) |
DescribeTableStatisticsResult |
AWSDatabaseMigrationServiceClient.describeTableStatistics(DescribeTableStatisticsRequest describeTableStatisticsRequest)
Returns table statistics on the database migration task, including table
name, rows inserted, rows updated, and rows deleted.
|
DescribeTableStatisticsResult |
AWSDatabaseMigrationService.describeTableStatistics(DescribeTableStatisticsRequest describeTableStatisticsRequest)
Returns table statistics on the database migration task, including table
name, rows inserted, rows updated, and rows deleted.
|
Modifier and Type | Method and 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(Collection<TableStatistics> tableStatistics)
The table statistics.
|
DescribeTableStatisticsResult |
DescribeTableStatisticsResult.withTableStatistics(TableStatistics... tableStatistics)
The table statistics.
|
Copyright © 2018. All rights reserved.