Uses of Class
software.amazon.awssdk.services.databrew.model.CompressionFormat
-
Packages that use CompressionFormat Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of CompressionFormat in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return CompressionFormat Modifier and Type Method Description CompressionFormatOutput. compressionFormat()The compression algorithm used to compress the output text of the job.static CompressionFormatCompressionFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompressionFormatCompressionFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressionFormat[]CompressionFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type CompressionFormat Modifier and Type Method Description static Set<CompressionFormat>CompressionFormat. knownValues()Methods in software.amazon.awssdk.services.databrew.model with parameters of type CompressionFormat Modifier and Type Method Description Output.BuilderOutput.Builder. compressionFormat(CompressionFormat compressionFormat)The compression algorithm used to compress the output text of the job.
-