| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static CsvHeaderOption |
CsvHeaderOption.fromValue(String value)
Use this in place of valueOf.
|
static CsvHeaderOption |
CsvHeaderOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvHeaderOption[] |
CsvHeaderOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCsvClassifierRequest |
UpdateCsvClassifierRequest.withContainsHeader(CsvHeaderOption containsHeader)
Indicates whether the CSV file contains a header.
|
CsvClassifier |
CsvClassifier.withContainsHeader(CsvHeaderOption containsHeader)
Indicates whether the CSV file contains a header.
|
CreateCsvClassifierRequest |
CreateCsvClassifierRequest.withContainsHeader(CsvHeaderOption containsHeader)
Indicates whether the CSV file contains a header.
|
Copyright © 2023. All rights reserved.