Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.InputSchemaUpdate
-
Packages that use InputSchemaUpdate Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of InputSchemaUpdate in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return InputSchemaUpdate Modifier and Type Method Description InputSchemaUpdateInputUpdate. inputSchemaUpdate()Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type InputSchemaUpdate Modifier and Type Method Description InputUpdate.BuilderInputUpdate.Builder. inputSchemaUpdate(InputSchemaUpdate inputSchemaUpdate)Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
-