Uses of Class
software.amazon.awssdk.services.glue.model.CsvSerdeOption
-
Packages that use CsvSerdeOption Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CsvSerdeOption in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CsvSerdeOption Modifier and Type Method Description static CsvSerdeOptionCsvSerdeOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CsvSerdeOptionCreateCsvClassifierRequest. serde()Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.CsvSerdeOptionCsvClassifier. serde()Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.CsvSerdeOptionUpdateCsvClassifierRequest. serde()Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.static CsvSerdeOptionCsvSerdeOption. valueOf(String name)Returns the enum constant of this type with the specified name.static CsvSerdeOption[]CsvSerdeOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CsvSerdeOption Modifier and Type Method Description static Set<CsvSerdeOption>CsvSerdeOption. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type CsvSerdeOption Modifier and Type Method Description CreateCsvClassifierRequest.BuilderCreateCsvClassifierRequest.Builder. serde(CsvSerdeOption serde)Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.CsvClassifier.BuilderCsvClassifier.Builder. serde(CsvSerdeOption serde)Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.UpdateCsvClassifierRequest.BuilderUpdateCsvClassifierRequest.Builder. serde(CsvSerdeOption serde)Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.
-