| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
TableToReload |
TableToReload.clone() |
TableToReload |
TableToReload.withSchemaName(String schemaName)
The schema name of the table to be reloaded.
|
TableToReload |
TableToReload.withTableName(String tableName)
The table name of the table to be reloaded.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableToReload> |
ReloadTablesRequest.getTablesToReload()
The name and schema of the table to be reloaded.
|
List<TableToReload> |
ReloadReplicationTablesRequest.getTablesToReload()
The list of tables to reload.
|
| Modifier and Type | Method and Description |
|---|---|
ReloadTablesRequest |
ReloadTablesRequest.withTablesToReload(TableToReload... tablesToReload)
The name and schema of the table to be reloaded.
|
ReloadReplicationTablesRequest |
ReloadReplicationTablesRequest.withTablesToReload(TableToReload... tablesToReload)
The list of tables to reload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReloadTablesRequest.setTablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
|
void |
ReloadReplicationTablesRequest.setTablesToReload(Collection<TableToReload> tablesToReload)
The list of tables to reload.
|
ReloadTablesRequest |
ReloadTablesRequest.withTablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
|
ReloadReplicationTablesRequest |
ReloadReplicationTablesRequest.withTablesToReload(Collection<TableToReload> tablesToReload)
The list of tables to reload.
|
Copyright © 2023. All rights reserved.