| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
List<TableToReload> |
ReloadReplicationTablesRequest.tablesToReload()
The list of tables to reload.
|
List<TableToReload> |
ReloadTablesRequest.tablesToReload()
The name and schema of the table to be reloaded.
|
| Modifier and Type | Method and Description |
|---|---|
ReloadReplicationTablesRequest.Builder |
ReloadReplicationTablesRequest.Builder.tablesToReload(TableToReload... tablesToReload)
The list of tables to reload.
|
ReloadTablesRequest.Builder |
ReloadTablesRequest.Builder.tablesToReload(TableToReload... tablesToReload)
The name and schema of the table to be reloaded.
|
| Modifier and Type | Method and Description |
|---|---|
ReloadReplicationTablesRequest.Builder |
ReloadReplicationTablesRequest.Builder.tablesToReload(Collection<TableToReload> tablesToReload)
The list of tables to reload.
|
ReloadTablesRequest.Builder |
ReloadTablesRequest.Builder.tablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
|
Copyright © 2023. All rights reserved.