Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReloadTablesRequest
-
Packages that use ReloadTablesRequest Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.transform -
-
Uses of ReloadTablesRequest in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration with parameters of type ReloadTablesRequest Modifier and Type Method Description default CompletableFuture<ReloadTablesResponse>DatabaseMigrationAsyncClient. reloadTables(ReloadTablesRequest reloadTablesRequest)Reloads the target database table with the source data.default ReloadTablesResponseDatabaseMigrationClient. reloadTables(ReloadTablesRequest reloadTablesRequest)Reloads the target database table with the source data. -
Uses of ReloadTablesRequest in software.amazon.awssdk.services.databasemigration.transform
Methods in software.amazon.awssdk.services.databasemigration.transform with parameters of type ReloadTablesRequest Modifier and Type Method Description SdkHttpFullRequestReloadTablesRequestMarshaller. marshall(ReloadTablesRequest reloadTablesRequest)
-