| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
JsonFormatDescriptor |
JsonFormatDescriptor.clone() |
JsonFormatDescriptor |
FileFormatDescriptor.getJsonFormatDescriptor()
Contains information about how a source JSON data file should be analyzed.
|
JsonFormatDescriptor |
JsonFormatDescriptor.withCharset(String charset)
The character set in which the source JSON file is written.
|
JsonFormatDescriptor |
JsonFormatDescriptor.withFileCompression(JsonFileCompression fileCompression)
The level of compression of the source CSV file.
|
JsonFormatDescriptor |
JsonFormatDescriptor.withFileCompression(String fileCompression)
The level of compression of the source CSV file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileFormatDescriptor.setJsonFormatDescriptor(JsonFormatDescriptor jsonFormatDescriptor)
Contains information about how a source JSON data file should be analyzed.
|
FileFormatDescriptor |
FileFormatDescriptor.withJsonFormatDescriptor(JsonFormatDescriptor jsonFormatDescriptor)
Contains information about how a source JSON data file should be analyzed.
|
Copyright © 2023. All rights reserved.