Uses of Class
com.amazonaws.services.databasemigrationservice.model.DescribeTableStatisticsRequest
Packages that use DescribeTableStatisticsRequest
Package
Description
-
Uses of DescribeTableStatisticsRequest in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice with parameters of type DescribeTableStatisticsRequestModifier 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.AbstractAWSDatabaseMigrationServiceAsync.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 DescribeTableStatisticsRequestModifier 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 DescribeTableStatisticsRequest in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return DescribeTableStatisticsRequestModifier and TypeMethodDescriptionDescribeTableStatisticsRequest.clone()
DescribeTableStatisticsRequest.withMarker
(String marker) An optional pagination token provided by a previous request.DescribeTableStatisticsRequest.withMaxRecords
(Integer maxRecords) The maximum number of records to include in the response.DescribeTableStatisticsRequest.withReplicationTaskArn
(String replicationTaskArn) The Amazon Resource Name (ARN) of the replication task.