Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.InputParallelism
-
Packages that use InputParallelism Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of InputParallelism in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return InputParallelism Modifier and Type Method Description InputParallelismInput. inputParallelism()Describes the number of in-application streams to create.InputParallelismInputDescription. inputParallelism()Describes the configured parallelism (number of in-application streams mapped to the streaming source).Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type InputParallelism Modifier and Type Method Description Input.BuilderInput.Builder. inputParallelism(InputParallelism inputParallelism)Describes the number of in-application streams to create.InputDescription.BuilderInputDescription.Builder. inputParallelism(InputParallelism inputParallelism)Describes the configured parallelism (number of in-application streams mapped to the streaming source).
-