Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
CSVOutput |
OutputSerialization.getCsv() |
CSVOutput |
CSVOutput.withFieldDelimiter(Character fieldDelimiter)
Sets the value used to separate individual fields in a record.
|
CSVOutput |
CSVOutput.withFieldDelimiter(String fieldDelimiter)
Sets the value used to separate individual fields in a record.
|
CSVOutput |
CSVOutput.withQuoteCharacter(Character quoteCharacter)
Sets the value used for escaping where the field delimiter is part of the value.
|
CSVOutput |
CSVOutput.withQuoteCharacter(String quoteCharacter)
Sets the value used for escaping where the field delimiter is part of the value.
|
CSVOutput |
CSVOutput.withQuoteEscapeCharacter(Character quoteEscapeCharacter)
Sets the single character used for escaping the quote character inside an already escaped value.
|
CSVOutput |
CSVOutput.withQuoteEscapeCharacter(String quoteEscapeCharacter)
Sets the character used for escaping the quote character inside an already escaped value.
|
CSVOutput |
CSVOutput.withQuoteFields(QuoteFields quoteFields)
Sets the quoted fields.
|
CSVOutput |
CSVOutput.withQuoteFields(String quoteFields)
Sets the quoted fields.
|
CSVOutput |
CSVOutput.withRecordDelimiter(Character recordDelimiter)
Sets the value used to separate individual records.
|
CSVOutput |
CSVOutput.withRecordDelimiter(String recordDelimiter)
Sets the value used to separate individual records.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputSerialization.setCsv(CSVOutput csv)
Sets the serialization of CSV-encoded Select results.
|
OutputSerialization |
OutputSerialization.withCsv(CSVOutput csvOutput)
Sets the serialization of CSV-encoded Select results.
|
Copyright © 2020. All rights reserved.