Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.Input
-
Packages that use Input Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of Input in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return Input Modifier and Type Method Description InputAddApplicationInputRequest. input()The Input to add.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type Input Modifier and Type Method Description List<Input>SqlApplicationConfiguration. inputs()The array of Input objects describing the input streams used by the application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type Input Modifier and Type Method Description AddApplicationInputRequest.BuilderAddApplicationInputRequest.Builder. input(Input input)The Input to add.SqlApplicationConfiguration.BuilderSqlApplicationConfiguration.Builder. inputs(Input... inputs)The array of Input objects describing the input streams used by the application.Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type Input Modifier and Type Method Description SqlApplicationConfiguration.BuilderSqlApplicationConfiguration.Builder. inputs(Collection<Input> inputs)The array of Input objects describing the input streams used by the application.
-