Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.CSVFileCompression
-
Packages that use CSVFileCompression Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of CSVFileCompression in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return CSVFileCompression Modifier and Type Method Description CSVFileCompressionCsvFormatDescriptor. fileCompression()The level of compression of the source CSV file.static CSVFileCompressionCSVFileCompression. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CSVFileCompressionCSVFileCompression. valueOf(String name)Returns the enum constant of this type with the specified name.static CSVFileCompression[]CSVFileCompression. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type CSVFileCompression Modifier and Type Method Description static Set<CSVFileCompression>CSVFileCompression. knownValues()Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type CSVFileCompression Modifier and Type Method Description CsvFormatDescriptor.BuilderCsvFormatDescriptor.Builder. fileCompression(CSVFileCompression fileCompression)The level of compression of the source CSV file.
-