Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.InputProcessingConfigurationDescription
-
Packages that use InputProcessingConfigurationDescription Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of InputProcessingConfigurationDescription in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return InputProcessingConfigurationDescription Modifier and Type Method Description InputProcessingConfigurationDescriptionAddApplicationInputProcessingConfigurationResponse. inputProcessingConfigurationDescription()The description of the preprocessor that executes on records in this input before the application's code is run.InputProcessingConfigurationDescriptionInputDescription. inputProcessingConfigurationDescription()The description of the preprocessor that executes on records in this input before the application's code is run.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type InputProcessingConfigurationDescription Modifier and Type Method Description AddApplicationInputProcessingConfigurationResponse.BuilderAddApplicationInputProcessingConfigurationResponse.Builder. inputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)The description of the preprocessor that executes on records in this input before the application's code is run.InputDescription.BuilderInputDescription.Builder. inputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)The description of the preprocessor that executes on records in this input before the application's code is run.
-