Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.StreamConfiguration
-
Packages that use StreamConfiguration Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of StreamConfiguration in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type StreamConfiguration Modifier and Type Method Description List<StreamConfiguration>KinesisVideoStreamSourceRuntimeConfiguration. streams()The streams in the source runtime configuration of a Kinesis video stream.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type StreamConfiguration Modifier and Type Method Description KinesisVideoStreamSourceRuntimeConfiguration.BuilderKinesisVideoStreamSourceRuntimeConfiguration.Builder. streams(StreamConfiguration... streams)The streams in the source runtime configuration of a Kinesis video stream.Method parameters in software.amazon.awssdk.services.chimesdkmediapipelines.model with type arguments of type StreamConfiguration Modifier and Type Method Description KinesisVideoStreamSourceRuntimeConfiguration.BuilderKinesisVideoStreamSourceRuntimeConfiguration.Builder. streams(Collection<StreamConfiguration> streams)The streams in the source runtime configuration of a Kinesis video stream.
-