Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeTableStatisticsResponse
Packages that use DescribeTableStatisticsResponse
Package
Description
-
Uses of DescribeTableStatisticsResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DescribeTableStatisticsResponseModifier and TypeMethodDescriptiondefault 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 DescribeTableStatisticsResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.describeTableStatistics(Consumer<DescribeTableStatisticsRequest.Builder> describeTableStatisticsRequest) Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.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 DescribeTableStatisticsResponseMethod parameters in software.amazon.awssdk.services.databasemigration.paginators with type arguments of type DescribeTableStatisticsResponseModifier and TypeMethodDescriptionvoidDescribeTableStatisticsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeTableStatisticsResponse> subscriber)