Uses of Class
software.amazon.awssdk.services.firehose.model.OrcSerDe
-
Packages that use OrcSerDe Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of OrcSerDe in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return OrcSerDe Modifier and Type Method Description OrcSerDeSerializer. orcSerDe()A serializer to use for converting data to the ORC format before storing it in Amazon S3.Methods in software.amazon.awssdk.services.firehose.model with parameters of type OrcSerDe Modifier and Type Method Description Serializer.BuilderSerializer.Builder. orcSerDe(OrcSerDe orcSerDe)A serializer to use for converting data to the ORC format before storing it in Amazon S3.
-