| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice |
|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationTableStatisticsResult |
AbstractAWSDatabaseMigrationService.describeReplicationTableStatistics(DescribeReplicationTableStatisticsRequest request) |
DescribeReplicationTableStatisticsResult |
AWSDatabaseMigrationServiceClient.describeReplicationTableStatistics(DescribeReplicationTableStatisticsRequest request)
Returns table and schema statistics for one or more provisioned replications that use a given DMS Serverless
replication configuration.
|
DescribeReplicationTableStatisticsResult |
AWSDatabaseMigrationService.describeReplicationTableStatistics(DescribeReplicationTableStatisticsRequest describeReplicationTableStatisticsRequest)
Returns table and schema statistics for one or more provisioned replications that use a given DMS Serverless
replication configuration.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationTableStatisticsResult |
DescribeReplicationTableStatisticsResult.clone() |
DescribeReplicationTableStatisticsResult |
DescribeReplicationTableStatisticsResult.withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReplicationTableStatisticsResult |
DescribeReplicationTableStatisticsResult.withReplicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication config.
|
DescribeReplicationTableStatisticsResult |
DescribeReplicationTableStatisticsResult.withReplicationTableStatistics(Collection<TableStatistics> replicationTableStatistics)
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
|
DescribeReplicationTableStatisticsResult |
DescribeReplicationTableStatisticsResult.withReplicationTableStatistics(TableStatistics... replicationTableStatistics)
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
|
Copyright © 2024. All rights reserved.