Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
CSVInput |
CSVInput.clone() |
CSVInput |
InputSerialization.getCsv() |
CSVInput |
CSVInput.withAllowQuotedRecordDelimiter(Boolean allowQuotedRecordDelimiter)
Sets the value used to allow quoted record delimiters to occur within the input.
|
CSVInput |
CSVInput.withComments(Character comments)
Sets the Single character used to indicate a row should be ignored when present at the start of a row.
|
CSVInput |
CSVInput.withComments(String comments)
Sets the character used to indicate a row should be ignored when present at the start of a row.
|
CSVInput |
CSVInput.withFieldDelimiter(Character fieldDelimiter)
Sets the value used to separate individual fields in a record.
|
CSVInput |
CSVInput.withFieldDelimiter(String fieldDelimiter)
Sets the value used to separate individual fields in a record.
|
CSVInput |
CSVInput.withFileHeaderInfo(FileHeaderInfo fileHeaderInfo)
Sets the fileHeaderInfo
|
CSVInput |
CSVInput.withFileHeaderInfo(String fileHeaderInfo)
Sets the fileHeaderInfo
|
CSVInput |
CSVInput.withQuoteCharacter(Character quoteCharacter)
Sets the value used for escaping where the field delimiter is part of the value.
|
CSVInput |
CSVInput.withQuoteCharacter(String quoteCharacter)
Sets the value used for escaping where the field delimiter is part of the value.
|
CSVInput |
CSVInput.withQuoteEscapeCharacter(Character quoteEscapeCharacter)
Sets the character used for escaping the quote character inside an already escaped value.
|
CSVInput |
CSVInput.withQuoteEscapeCharacter(String quoteEscapeCharacter)
Sets the character used for escaping the quote character inside an already escaped value.
|
CSVInput |
CSVInput.withRecordDelimiter(Character recordDelimiter)
Sets the value used to separate individual records.
|
CSVInput |
CSVInput.withRecordDelimiter(String recordDelimiter)
Sets the value used to separate individual records.
|
Modifier and Type | Method and Description |
---|---|
void |
InputSerialization.setCsv(CSVInput csv)
Sets the serialization of a CSV-encoded object.
|
InputSerialization |
InputSerialization.withCsv(CSVInput csvInput)
Sets the serialization of a CSV-encoded object.
|
Copyright © 2022. All rights reserved.