Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.RecordingStreamConfiguration
-
Packages that use RecordingStreamConfiguration Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of RecordingStreamConfiguration in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type RecordingStreamConfiguration Modifier and Type Method Description List<RecordingStreamConfiguration>KinesisVideoStreamRecordingSourceRuntimeConfiguration. streams()The stream or streams to be recorded.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type RecordingStreamConfiguration Modifier and Type Method Description KinesisVideoStreamRecordingSourceRuntimeConfiguration.BuilderKinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder. streams(RecordingStreamConfiguration... streams)The stream or streams to be recorded.Method parameters in software.amazon.awssdk.services.chimesdkmediapipelines.model with type arguments of type RecordingStreamConfiguration Modifier and Type Method Description KinesisVideoStreamRecordingSourceRuntimeConfiguration.BuilderKinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder. streams(Collection<RecordingStreamConfiguration> streams)The stream or streams to be recorded.
-