| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
TableCreationParameters |
ImportTableRequest.tableCreationParameters()
Parameters for the table to import the data into.
|
TableCreationParameters |
ImportTableDescription.tableCreationParameters()
The parameters for the new table that is being imported into.
|
| Modifier and Type | Method and Description |
|---|---|
ImportTableRequest.Builder |
ImportTableRequest.Builder.tableCreationParameters(TableCreationParameters tableCreationParameters)
Parameters for the table to import the data into.
|
ImportTableDescription.Builder |
ImportTableDescription.Builder.tableCreationParameters(TableCreationParameters tableCreationParameters)
The parameters for the new table that is being imported into.
|
Copyright © 2022. All rights reserved.