| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
DetectedCsvFormatDescriptor |
DetectedCsvFormatDescriptor.clone() |
DetectedCsvFormatDescriptor |
DetectedFileFormatDescriptor.getCsvFormatDescriptor()
Details about a CSV format.
|
DetectedCsvFormatDescriptor |
DetectedCsvFormatDescriptor.withCharset(DetectedField charset)
The format's charset.
|
DetectedCsvFormatDescriptor |
DetectedCsvFormatDescriptor.withContainsHeader(DetectedField containsHeader)
Whether the format includes a header.
|
DetectedCsvFormatDescriptor |
DetectedCsvFormatDescriptor.withDelimiter(DetectedField delimiter)
The format's delimiter.
|
DetectedCsvFormatDescriptor |
DetectedCsvFormatDescriptor.withFileCompression(DetectedField fileCompression)
The format's file compression.
|
DetectedCsvFormatDescriptor |
DetectedCsvFormatDescriptor.withHeaderList(DetectedField headerList)
The format's header list.
|
DetectedCsvFormatDescriptor |
DetectedCsvFormatDescriptor.withQuoteSymbol(DetectedField quoteSymbol)
The format's quote symbol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectedFileFormatDescriptor.setCsvFormatDescriptor(DetectedCsvFormatDescriptor csvFormatDescriptor)
Details about a CSV format.
|
DetectedFileFormatDescriptor |
DetectedFileFormatDescriptor.withCsvFormatDescriptor(DetectedCsvFormatDescriptor csvFormatDescriptor)
Details about a CSV format.
|
Copyright © 2022. All rights reserved.