Uses of Interface
software.amazon.awssdk.services.databasemigration.model.ReloadTablesRequest.Builder
Packages that use ReloadTablesRequest.Builder
Package
Description
-
Uses of ReloadTablesRequest.Builder in software.amazon.awssdk.services.databasemigration
Method parameters in software.amazon.awssdk.services.databasemigration with type arguments of type ReloadTablesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ReloadTablesResponse>DatabaseMigrationAsyncClient.reloadTables(Consumer<ReloadTablesRequest.Builder> reloadTablesRequest) Reloads the target database table with the source data.default ReloadTablesResponseDatabaseMigrationClient.reloadTables(Consumer<ReloadTablesRequest.Builder> reloadTablesRequest) Reloads the target database table with the source data. -
Uses of ReloadTablesRequest.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReloadTablesRequest.BuilderModifier and TypeMethodDescriptionstatic ReloadTablesRequest.BuilderReloadTablesRequest.builder()ReloadTablesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ReloadTablesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ReloadTablesRequest.Builder.reloadOption(String reloadOption) Options for reload.ReloadTablesRequest.Builder.reloadOption(ReloadOptionValue reloadOption) Options for reload.ReloadTablesRequest.Builder.replicationTaskArn(String replicationTaskArn) The Amazon Resource Name (ARN) of the replication task.ReloadTablesRequest.Builder.tablesToReload(Collection<TableToReload> tablesToReload) The name and schema of the table to be reloaded.ReloadTablesRequest.Builder.tablesToReload(Consumer<TableToReload.Builder>... tablesToReload) The name and schema of the table to be reloaded.ReloadTablesRequest.Builder.tablesToReload(TableToReload... tablesToReload) The name and schema of the table to be reloaded.ReloadTablesRequest.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReloadTablesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReloadTablesRequest.Builder>ReloadTablesRequest.serializableBuilderClass()