Uses of Class
software.amazon.awssdk.services.mediaconnect.model.MediaStream
-
Packages that use MediaStream Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of MediaStream in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return MediaStream Modifier and Type Method Description MediaStreamUpdateFlowMediaStreamResponse. mediaStream()The media stream that you updated.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type MediaStream Modifier and Type Method Description List<MediaStream>AddFlowMediaStreamsResponse. mediaStreams()The media streams that you added to the flow.List<MediaStream>Flow. mediaStreams()The media streams that are associated with the flow.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type MediaStream Modifier and Type Method Description UpdateFlowMediaStreamResponse.BuilderUpdateFlowMediaStreamResponse.Builder. mediaStream(MediaStream mediaStream)The media stream that you updated.AddFlowMediaStreamsResponse.BuilderAddFlowMediaStreamsResponse.Builder. mediaStreams(MediaStream... mediaStreams)The media streams that you added to the flow.Flow.BuilderFlow.Builder. mediaStreams(MediaStream... mediaStreams)The media streams that are associated with the flow.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type MediaStream Modifier and Type Method Description AddFlowMediaStreamsResponse.BuilderAddFlowMediaStreamsResponse.Builder. mediaStreams(Collection<MediaStream> mediaStreams)The media streams that you added to the flow.Flow.BuilderFlow.Builder. mediaStreams(Collection<MediaStream> mediaStreams)The media streams that are associated with the flow.
-