| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration |
|
| software.amazon.awssdk.services.databasemigration.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTableStatisticsResponse |
DatabaseMigrationClient.describeTableStatistics(Consumer<DescribeTableStatisticsRequest.Builder> describeTableStatisticsRequest)
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and
rows deleted.
|
default DescribeTableStatisticsResponse |
DatabaseMigrationClient.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 |
|---|---|
default CompletableFuture<DescribeTableStatisticsResponse> |
DatabaseMigrationAsyncClient.describeTableStatistics(Consumer<DescribeTableStatisticsRequest.Builder> describeTableStatisticsRequest)
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and
rows deleted.
|
default CompletableFuture<DescribeTableStatisticsResponse> |
DatabaseMigrationAsyncClient.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 |
|---|---|
Iterator<DescribeTableStatisticsResponse> |
DescribeTableStatisticsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTableStatisticsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeTableStatisticsResponse> subscriber) |
Copyright © 2023. All rights reserved.