Uses of Interface
software.amazon.awssdk.services.databasemigration.model.DescribeTableStatisticsRequest.Builder
Packages that use DescribeTableStatisticsRequest.Builder
Package
Description
-
Uses of DescribeTableStatisticsRequest.Builder in software.amazon.awssdk.services.databasemigration
Method parameters in software.amazon.awssdk.services.databasemigration with type arguments of type DescribeTableStatisticsRequest.BuilderModifier 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.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 DescribeTableStatisticsPublisherDatabaseMigrationAsyncClient.describeTableStatisticsPaginator(Consumer<DescribeTableStatisticsRequest.Builder> describeTableStatisticsRequest) default DescribeTableStatisticsIterableDatabaseMigrationClient.describeTableStatisticsPaginator(Consumer<DescribeTableStatisticsRequest.Builder> describeTableStatisticsRequest) -
Uses of DescribeTableStatisticsRequest.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DescribeTableStatisticsRequest.BuilderModifier and TypeMethodDescriptionDescribeTableStatisticsRequest.builder()DescribeTableStatisticsRequest.Builder.filters(Collection<Filter> filters) Filters applied to table statistics.DescribeTableStatisticsRequest.Builder.filters(Consumer<Filter.Builder>... filters) Filters applied to table statistics.Filters applied to table statistics.An optional pagination token provided by a previous request.DescribeTableStatisticsRequest.Builder.maxRecords(Integer maxRecords) The maximum number of records to include in the response.DescribeTableStatisticsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeTableStatisticsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeTableStatisticsRequest.Builder.replicationTaskArn(String replicationTaskArn) The Amazon Resource Name (ARN) of the replication task.DescribeTableStatisticsRequest.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DescribeTableStatisticsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeTableStatisticsRequest.Builder>DescribeTableStatisticsRequest.serializableBuilderClass()