Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.JsonFileCompression
-
Packages that use JsonFileCompression Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of JsonFileCompression in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return JsonFileCompression Modifier and Type Method Description JsonFileCompressionJsonFormatDescriptor. fileCompression()The level of compression of the source CSV file.static JsonFileCompressionJsonFileCompression. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static JsonFileCompressionJsonFileCompression. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonFileCompression[]JsonFileCompression. 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 JsonFileCompression Modifier and Type Method Description static Set<JsonFileCompression>JsonFileCompression. knownValues()Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type JsonFileCompression Modifier and Type Method Description JsonFormatDescriptor.BuilderJsonFormatDescriptor.Builder. fileCompression(JsonFileCompression fileCompression)The level of compression of the source CSV file.
-