| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
DetectedField |
DetectedField.clone() |
DetectedField |
DetectedCsvFormatDescriptor.getCharset()
The format's charset.
|
DetectedField |
DetectedJsonFormatDescriptor.getCharset()
The format's character set.
|
DetectedField |
DetectedCsvFormatDescriptor.getContainsHeader()
Whether the format includes a header.
|
DetectedField |
DetectedCsvFormatDescriptor.getDelimiter()
The format's delimiter.
|
DetectedField |
DetectedCsvFormatDescriptor.getFileCompression()
The format's file compression.
|
DetectedField |
DetectedJsonFormatDescriptor.getFileCompression()
The format's file compression.
|
DetectedField |
DetectedCsvFormatDescriptor.getHeaderList()
The format's header list.
|
DetectedField |
DetectedMetricSetConfig.getMetricSetFrequency()
The dataset's interval.
|
DetectedField |
DetectedMetricSetConfig.getOffset()
The dataset's offset.
|
DetectedField |
DetectedCsvFormatDescriptor.getQuoteSymbol()
The format's quote symbol.
|
DetectedField |
DetectedField.withConfidence(Confidence confidence)
The field's confidence.
|
DetectedField |
DetectedField.withConfidence(String confidence)
The field's confidence.
|
DetectedField |
DetectedField.withMessage(String message)
The field's message.
|
DetectedField |
DetectedField.withValue(AttributeValue value)
The field's value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectedCsvFormatDescriptor.setCharset(DetectedField charset)
The format's charset.
|
void |
DetectedJsonFormatDescriptor.setCharset(DetectedField charset)
The format's character set.
|
void |
DetectedCsvFormatDescriptor.setContainsHeader(DetectedField containsHeader)
Whether the format includes a header.
|
void |
DetectedCsvFormatDescriptor.setDelimiter(DetectedField delimiter)
The format's delimiter.
|
void |
DetectedCsvFormatDescriptor.setFileCompression(DetectedField fileCompression)
The format's file compression.
|
void |
DetectedJsonFormatDescriptor.setFileCompression(DetectedField fileCompression)
The format's file compression.
|
void |
DetectedCsvFormatDescriptor.setHeaderList(DetectedField headerList)
The format's header list.
|
void |
DetectedMetricSetConfig.setMetricSetFrequency(DetectedField metricSetFrequency)
The dataset's interval.
|
void |
DetectedMetricSetConfig.setOffset(DetectedField offset)
The dataset's offset.
|
void |
DetectedCsvFormatDescriptor.setQuoteSymbol(DetectedField quoteSymbol)
The format's quote symbol.
|
DetectedCsvFormatDescriptor |
DetectedCsvFormatDescriptor.withCharset(DetectedField charset)
The format's charset.
|
DetectedJsonFormatDescriptor |
DetectedJsonFormatDescriptor.withCharset(DetectedField charset)
The format's character set.
|
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.
|
DetectedJsonFormatDescriptor |
DetectedJsonFormatDescriptor.withFileCompression(DetectedField fileCompression)
The format's file compression.
|
DetectedCsvFormatDescriptor |
DetectedCsvFormatDescriptor.withHeaderList(DetectedField headerList)
The format's header list.
|
DetectedMetricSetConfig |
DetectedMetricSetConfig.withMetricSetFrequency(DetectedField metricSetFrequency)
The dataset's interval.
|
DetectedMetricSetConfig |
DetectedMetricSetConfig.withOffset(DetectedField offset)
The dataset's offset.
|
DetectedCsvFormatDescriptor |
DetectedCsvFormatDescriptor.withQuoteSymbol(DetectedField quoteSymbol)
The format's quote symbol.
|
Copyright © 2022. All rights reserved.