| Package | Description |
|---|---|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
CSVOutput |
CSVOutput.clone() |
CSVOutput |
OutputSerialization.getCsv()
Describes the serialization of CSV-encoded query results.
|
CSVOutput |
CSVOutput.withFieldDelimiter(String fieldDelimiter)
A value used to separate individual fields from each other within a record.
|
CSVOutput |
CSVOutput.withQuoteCharacter(String quoteCharacter)
A value used as an escape character where the field delimiter is part of the value.
|
CSVOutput |
CSVOutput.withQuoteEscapeCharacter(String quoteEscapeCharacter)
A single character used for escaping the quotation-mark character inside an already escaped value.
|
CSVOutput |
CSVOutput.withQuoteFields(QuoteFields quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
|
CSVOutput |
CSVOutput.withQuoteFields(String quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
|
CSVOutput |
CSVOutput.withRecordDelimiter(String recordDelimiter)
A value used to separate individual records from each other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputSerialization.setCsv(CSVOutput csv)
Describes the serialization of CSV-encoded query results.
|
OutputSerialization |
OutputSerialization.withCsv(CSVOutput csv)
Describes the serialization of CSV-encoded query results.
|
Copyright © 2023. All rights reserved.