| Package | Description |
|---|---|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
CSVInput |
CSVInput.clone() |
CSVInput |
InputSerialization.getCsv()
Describes the serialization of a CSV-encoded object.
|
CSVInput |
CSVInput.withComments(String comments)
A single character used to indicate that a row should be ignored when the character is present at the start of
that row.
|
CSVInput |
CSVInput.withFieldDelimiter(String fieldDelimiter)
A value used to separate individual fields from each other within a record.
|
CSVInput |
CSVInput.withFileHeaderInfo(FileHeaderInfo fileHeaderInfo)
Describes the first line of input.
|
CSVInput |
CSVInput.withFileHeaderInfo(String fileHeaderInfo)
Describes the first line of input.
|
CSVInput |
CSVInput.withQuoteCharacter(String quoteCharacter)
A value used as an escape character where the field delimiter is part of the value.
|
CSVInput |
CSVInput.withQuoteEscapeCharacter(String quoteEscapeCharacter)
A single character used for escaping the quotation-mark character inside an already escaped value.
|
CSVInput |
CSVInput.withRecordDelimiter(String recordDelimiter)
A value used to separate individual records from each other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputSerialization.setCsv(CSVInput csv)
Describes the serialization of a CSV-encoded object.
|
InputSerialization |
InputSerialization.withCsv(CSVInput csv)
Describes the serialization of a CSV-encoded object.
|
Copyright © 2020. All rights reserved.