Uses of Class
software.amazon.awssdk.services.firehose.model.DataFormatConversionConfiguration
-
Packages that use DataFormatConversionConfiguration Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DataFormatConversionConfiguration in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DataFormatConversionConfiguration Modifier and Type Method Description DataFormatConversionConfigurationExtendedS3DestinationConfiguration. dataFormatConversionConfiguration()The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.DataFormatConversionConfigurationExtendedS3DestinationDescription. dataFormatConversionConfiguration()The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.DataFormatConversionConfigurationExtendedS3DestinationUpdate. dataFormatConversionConfiguration()The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.Methods in software.amazon.awssdk.services.firehose.model with parameters of type DataFormatConversionConfiguration Modifier and Type Method Description ExtendedS3DestinationConfiguration.BuilderExtendedS3DestinationConfiguration.Builder. dataFormatConversionConfiguration(DataFormatConversionConfiguration dataFormatConversionConfiguration)The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.ExtendedS3DestinationDescription.BuilderExtendedS3DestinationDescription.Builder. dataFormatConversionConfiguration(DataFormatConversionConfiguration dataFormatConversionConfiguration)The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.ExtendedS3DestinationUpdate.BuilderExtendedS3DestinationUpdate.Builder. dataFormatConversionConfiguration(DataFormatConversionConfiguration dataFormatConversionConfiguration)The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
-