Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.MappingParameters
-
Packages that use MappingParameters Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of MappingParameters in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return MappingParameters Modifier and Type Method Description MappingParametersRecordFormat. mappingParameters()When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type MappingParameters Modifier and Type Method Description RecordFormat.BuilderRecordFormat.Builder. mappingParameters(MappingParameters mappingParameters)When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
-