Uses of Class
software.amazon.awssdk.services.databrew.model.CsvOutputOptions
-
Packages that use CsvOutputOptions Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of CsvOutputOptions in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return CsvOutputOptions Modifier and Type Method Description CsvOutputOptionsOutputFormatOptions. csv()Represents a set of options that define the structure of comma-separated value (CSV) job output.Methods in software.amazon.awssdk.services.databrew.model with parameters of type CsvOutputOptions Modifier and Type Method Description OutputFormatOptions.BuilderOutputFormatOptions.Builder. csv(CsvOutputOptions csv)Represents a set of options that define the structure of comma-separated value (CSV) job output.
-