| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
| Modifier and Type | Method and Description |
|---|---|
CsvOptions |
CsvOptions.clone() |
CsvOptions |
InputFormatOptions.getCsv()
The options for imported source files in CSV format.
|
CsvOptions |
CsvOptions.withDelimiter(String delimiter)
The delimiter used for separating items in the CSV file being imported.
|
CsvOptions |
CsvOptions.withHeaderList(Collection<String> headerList)
List of the headers used to specify a common header for all source CSV files being imported.
|
CsvOptions |
CsvOptions.withHeaderList(String... headerList)
List of the headers used to specify a common header for all source CSV files being imported.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputFormatOptions.setCsv(CsvOptions csv)
The options for imported source files in CSV format.
|
InputFormatOptions |
InputFormatOptions.withCsv(CsvOptions csv)
The options for imported source files in CSV format.
|
Copyright © 2023. All rights reserved.