Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.KinesisStreamsInput
-
Packages that use KinesisStreamsInput Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of KinesisStreamsInput in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return KinesisStreamsInput Modifier and Type Method Description KinesisStreamsInputInput. kinesisStreamsInput()If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type KinesisStreamsInput Modifier and Type Method Description Input.BuilderInput.Builder. kinesisStreamsInput(KinesisStreamsInput kinesisStreamsInput)If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
-