Uses of Class
software.amazon.awssdk.services.mediaconnect.model.AddBridgeOutputRequest
-
Packages that use AddBridgeOutputRequest Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of AddBridgeOutputRequest in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type AddBridgeOutputRequest Modifier and Type Method Description List<AddBridgeOutputRequest>AddBridgeOutputsRequest. outputs()The outputs that you want to add to this bridge.List<AddBridgeOutputRequest>CreateBridgeRequest. outputs()The outputs that you want to add to this bridge.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type AddBridgeOutputRequest Modifier and Type Method Description AddBridgeOutputsRequest.BuilderAddBridgeOutputsRequest.Builder. outputs(AddBridgeOutputRequest... outputs)The outputs that you want to add to this bridge.CreateBridgeRequest.BuilderCreateBridgeRequest.Builder. outputs(AddBridgeOutputRequest... outputs)The outputs that you want to add to this bridge.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type AddBridgeOutputRequest Modifier and Type Method Description AddBridgeOutputsRequest.BuilderAddBridgeOutputsRequest.Builder. outputs(Collection<AddBridgeOutputRequest> outputs)The outputs that you want to add to this bridge.CreateBridgeRequest.BuilderCreateBridgeRequest.Builder. outputs(Collection<AddBridgeOutputRequest> outputs)The outputs that you want to add to this bridge.
-