Java com.amazonaws.services.s3.model CSVOutput fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model CSVOutput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model CSVOutput.

The text is from its open source code.

Constructor

Method

voidsetFieldDelimiter(String fieldDelimiter)
Sets the value used to separate individual fields in a record.
voidsetFieldDelimiter(Character fieldDelimiter)
Sets the value used to separate individual fields in a record.
voidsetQuoteCharacter(String quoteCharacter)
Sets the value used for escaping where the field delimiter is part of the value.
voidsetQuoteCharacter(Character quoteCharacter)
Sets the value used for escaping where the field delimiter is part of the value.
voidsetQuoteEscapeCharacter(String quoteEscapeCharacter)
Sets the character used for escaping the quote character inside an already escaped value.
voidsetQuoteEscapeCharacter(Character quoteEscapeCharacter)
Sets the character used for escaping the quote character inside an already escaped value.
voidsetRecordDelimiter(String recordDelimiter)
Sets the value used to separate individual records.
voidsetRecordDelimiter(Character recordDelimiter)
Sets the value used to separate individual records.