Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.InputUpdate
-
Packages that use InputUpdate Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of InputUpdate in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type InputUpdate Modifier and Type Method Description List<InputUpdate>SqlApplicationConfigurationUpdate. inputUpdates()The array of InputUpdate objects describing the new input streams used by the application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type InputUpdate Modifier and Type Method Description SqlApplicationConfigurationUpdate.BuilderSqlApplicationConfigurationUpdate.Builder. inputUpdates(InputUpdate... inputUpdates)The array of InputUpdate objects describing the new input streams used by the application.Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type InputUpdate Modifier and Type Method Description SqlApplicationConfigurationUpdate.BuilderSqlApplicationConfigurationUpdate.Builder. inputUpdates(Collection<InputUpdate> inputUpdates)The array of InputUpdate objects describing the new input streams used by the application.
-