Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.RecordFormat
-
Packages that use RecordFormat Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of RecordFormat in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return RecordFormat Modifier and Type Method Description RecordFormatSourceSchema. recordFormat()Specifies the format of the records on the streaming source.RecordFormatInputSchemaUpdate. recordFormatUpdate()Specifies the format of the records on the streaming source.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type RecordFormat Modifier and Type Method Description SourceSchema.BuilderSourceSchema.Builder. recordFormat(RecordFormat recordFormat)Specifies the format of the records on the streaming source.InputSchemaUpdate.BuilderInputSchemaUpdate.Builder. recordFormatUpdate(RecordFormat recordFormatUpdate)Specifies the format of the records on the streaming source.
-