Uses of Class
software.amazon.awssdk.services.firehose.model.ParquetCompression
-
Packages that use ParquetCompression Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of ParquetCompression in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return ParquetCompression Modifier and Type Method Description ParquetCompressionParquetSerDe. compression()The compression code to use over data blocks.static ParquetCompressionParquetCompression. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ParquetCompressionParquetCompression. valueOf(String name)Returns the enum constant of this type with the specified name.static ParquetCompression[]ParquetCompression. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type ParquetCompression Modifier and Type Method Description static Set<ParquetCompression>ParquetCompression. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type ParquetCompression Modifier and Type Method Description ParquetSerDe.BuilderParquetSerDe.Builder. compression(ParquetCompression compression)The compression code to use over data blocks.
-