Uses of Class
software.amazon.awssdk.services.mediaconnect.model.AddMediaStreamRequest
-
Packages that use AddMediaStreamRequest Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of AddMediaStreamRequest in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type AddMediaStreamRequest Modifier and Type Method Description List<AddMediaStreamRequest>AddFlowMediaStreamsRequest. mediaStreams()The media streams that you want to add to the flow.List<AddMediaStreamRequest>CreateFlowRequest. mediaStreams()The media streams that you want to add to the flow.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type AddMediaStreamRequest Modifier and Type Method Description AddFlowMediaStreamsRequest.BuilderAddFlowMediaStreamsRequest.Builder. mediaStreams(AddMediaStreamRequest... mediaStreams)The media streams that you want to add to the flow.CreateFlowRequest.BuilderCreateFlowRequest.Builder. mediaStreams(AddMediaStreamRequest... mediaStreams)The media streams that you want to add to the flow.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type AddMediaStreamRequest Modifier and Type Method Description AddFlowMediaStreamsRequest.BuilderAddFlowMediaStreamsRequest.Builder. mediaStreams(Collection<AddMediaStreamRequest> mediaStreams)The media streams that you want to add to the flow.CreateFlowRequest.BuilderCreateFlowRequest.Builder. mediaStreams(Collection<AddMediaStreamRequest> mediaStreams)The media streams that you want to add to the flow.
-