Uses of Class
software.amazon.awssdk.services.firehose.model.ParquetWriterVersion
-
Packages that use ParquetWriterVersion Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of ParquetWriterVersion in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return ParquetWriterVersion Modifier and Type Method Description static ParquetWriterVersionParquetWriterVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ParquetWriterVersionParquetWriterVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static ParquetWriterVersion[]ParquetWriterVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.ParquetWriterVersionParquetSerDe. writerVersion()Indicates the version of row format to output.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type ParquetWriterVersion Modifier and Type Method Description static Set<ParquetWriterVersion>ParquetWriterVersion. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type ParquetWriterVersion Modifier and Type Method Description ParquetSerDe.BuilderParquetSerDe.Builder. writerVersion(ParquetWriterVersion writerVersion)Indicates the version of row format to output.
-