Uses of Class
com.amazonaws.services.databasemigrationservice.model.DescribeTableStatisticsResult
Packages that use DescribeTableStatisticsResult
Package
Description
-
Uses of DescribeTableStatisticsResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return DescribeTableStatisticsResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationService.describeTableStatistics
(DescribeTableStatisticsRequest request) AWSDatabaseMigrationService.describeTableStatistics
(DescribeTableStatisticsRequest describeTableStatisticsRequest) Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.AWSDatabaseMigrationServiceClient.describeTableStatistics
(DescribeTableStatisticsRequest describeTableStatisticsRequest) Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.Methods in com.amazonaws.services.databasemigrationservice that return types with arguments of type DescribeTableStatisticsResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.describeTableStatisticsAsync
(DescribeTableStatisticsRequest request) AbstractAWSDatabaseMigrationServiceAsync.describeTableStatisticsAsync
(DescribeTableStatisticsRequest request, AsyncHandler<DescribeTableStatisticsRequest, DescribeTableStatisticsResult> asyncHandler) AWSDatabaseMigrationServiceAsync.describeTableStatisticsAsync
(DescribeTableStatisticsRequest describeTableStatisticsRequest) Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.AWSDatabaseMigrationServiceAsync.describeTableStatisticsAsync
(DescribeTableStatisticsRequest describeTableStatisticsRequest, AsyncHandler<DescribeTableStatisticsRequest, DescribeTableStatisticsResult> asyncHandler) Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.AWSDatabaseMigrationServiceAsyncClient.describeTableStatisticsAsync
(DescribeTableStatisticsRequest request) AWSDatabaseMigrationServiceAsyncClient.describeTableStatisticsAsync
(DescribeTableStatisticsRequest request, AsyncHandler<DescribeTableStatisticsRequest, DescribeTableStatisticsResult> asyncHandler) Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type DescribeTableStatisticsResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.describeTableStatisticsAsync
(DescribeTableStatisticsRequest request, AsyncHandler<DescribeTableStatisticsRequest, DescribeTableStatisticsResult> asyncHandler) AWSDatabaseMigrationServiceAsync.describeTableStatisticsAsync
(DescribeTableStatisticsRequest describeTableStatisticsRequest, AsyncHandler<DescribeTableStatisticsRequest, DescribeTableStatisticsResult> asyncHandler) Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.AWSDatabaseMigrationServiceAsyncClient.describeTableStatisticsAsync
(DescribeTableStatisticsRequest request, AsyncHandler<DescribeTableStatisticsRequest, DescribeTableStatisticsResult> asyncHandler) -
Uses of DescribeTableStatisticsResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return DescribeTableStatisticsResultModifier and TypeMethodDescriptionDescribeTableStatisticsResult.clone()
DescribeTableStatisticsResult.withMarker
(String marker) An optional pagination token provided by a previous request.DescribeTableStatisticsResult.withReplicationTaskArn
(String replicationTaskArn) The Amazon Resource Name (ARN) of the replication task.DescribeTableStatisticsResult.withTableStatistics
(TableStatistics... tableStatistics) The table statistics.DescribeTableStatisticsResult.withTableStatistics
(Collection<TableStatistics> tableStatistics) The table statistics.