Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.InputDescription
-
Packages that use InputDescription Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of InputDescription in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type InputDescription Modifier and Type Method Description List<InputDescription>ApplicationDetail. inputDescriptions()Describes the application input configuration.Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type InputDescription Modifier and Type Method Description ApplicationDetail.BuilderApplicationDetail.Builder. inputDescriptions(InputDescription... inputDescriptions)Describes the application input configuration.Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type InputDescription Modifier and Type Method Description ApplicationDetail.BuilderApplicationDetail.Builder. inputDescriptions(Collection<InputDescription> inputDescriptions)Describes the application input configuration.
-