| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CsvHeaderOption |
CreateCsvClassifierRequest.containsHeader()
Indicates whether the CSV file contains a header.
|
CsvHeaderOption |
UpdateCsvClassifierRequest.containsHeader()
Indicates whether the CSV file contains a header.
|
CsvHeaderOption |
CsvClassifier.containsHeader()
Indicates whether the CSV file contains a header.
|
static CsvHeaderOption |
CsvHeaderOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<CsvHeaderOption> |
CsvHeaderOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateCsvClassifierRequest.Builder |
CreateCsvClassifierRequest.Builder.containsHeader(CsvHeaderOption containsHeader)
Indicates whether the CSV file contains a header.
|
UpdateCsvClassifierRequest.Builder |
UpdateCsvClassifierRequest.Builder.containsHeader(CsvHeaderOption containsHeader)
Indicates whether the CSV file contains a header.
|
CsvClassifier.Builder |
CsvClassifier.Builder.containsHeader(CsvHeaderOption containsHeader)
Indicates whether the CSV file contains a header.
|
Copyright © 2023. All rights reserved.