Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
InputFormatOptions |
InputFormatOptions.clone() |
InputFormatOptions |
ImportTableDescription.getInputFormatOptions()
The format options for the data that was imported into the target table.
|
InputFormatOptions |
ImportTableRequest.getInputFormatOptions()
Additional properties that specify how the input is formatted,
|
InputFormatOptions |
InputFormatOptions.withCsv(CsvOptions csv)
The options for imported source files in CSV format.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportTableDescription.setInputFormatOptions(InputFormatOptions inputFormatOptions)
The format options for the data that was imported into the target table.
|
void |
ImportTableRequest.setInputFormatOptions(InputFormatOptions inputFormatOptions)
Additional properties that specify how the input is formatted,
|
ImportTableDescription |
ImportTableDescription.withInputFormatOptions(InputFormatOptions inputFormatOptions)
The format options for the data that was imported into the target table.
|
ImportTableRequest |
ImportTableRequest.withInputFormatOptions(InputFormatOptions inputFormatOptions)
Additional properties that specify how the input is formatted,
|
Copyright © 2023. All rights reserved.