Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeTableStatisticsResponse
-
Packages that use DescribeTableStatisticsResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.paginators -
-
Uses of DescribeTableStatisticsResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DescribeTableStatisticsResponse Modifier and Type Method Description default DescribeTableStatisticsResponseDatabaseMigrationClient. describeTableStatistics(Consumer<DescribeTableStatisticsRequest.Builder> describeTableStatisticsRequest)Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.default DescribeTableStatisticsResponseDatabaseMigrationClient. describeTableStatistics(DescribeTableStatisticsRequest describeTableStatisticsRequest)Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DescribeTableStatisticsResponse Modifier and Type Method 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. -
Uses of DescribeTableStatisticsResponse in software.amazon.awssdk.services.databasemigration.paginators
Methods in software.amazon.awssdk.services.databasemigration.paginators that return types with arguments of type DescribeTableStatisticsResponse Modifier and Type Method Description Iterator<DescribeTableStatisticsResponse>DescribeTableStatisticsIterable. iterator()Method parameters in software.amazon.awssdk.services.databasemigration.paginators with type arguments of type DescribeTableStatisticsResponse Modifier and Type Method Description voidDescribeTableStatisticsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTableStatisticsResponse> subscriber)
-