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