Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.InputUpdate
-
Packages that use InputUpdate Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of InputUpdate in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type InputUpdate Modifier and Type Method Description List<InputUpdate>ApplicationUpdate. inputUpdates()Describes application input configuration updates.Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type InputUpdate Modifier and Type Method Description ApplicationUpdate.BuilderApplicationUpdate.Builder. inputUpdates(InputUpdate... inputUpdates)Describes application input configuration updates.Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type InputUpdate Modifier and Type Method Description ApplicationUpdate.BuilderApplicationUpdate.Builder. inputUpdates(Collection<InputUpdate> inputUpdates)Describes application input configuration updates.
-