Uses of Class
software.amazon.awssdk.services.firehose.model.OrcFormatVersion
-
Packages that use OrcFormatVersion Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of OrcFormatVersion in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return OrcFormatVersion Modifier and Type Method Description OrcFormatVersionOrcSerDe. formatVersion()The version of the file to write.static OrcFormatVersionOrcFormatVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OrcFormatVersionOrcFormatVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static OrcFormatVersion[]OrcFormatVersion. 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 OrcFormatVersion Modifier and Type Method Description static Set<OrcFormatVersion>OrcFormatVersion. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type OrcFormatVersion Modifier and Type Method Description OrcSerDe.BuilderOrcSerDe.Builder. formatVersion(OrcFormatVersion formatVersion)The version of the file to write.
-