Uses of Class
software.amazon.awssdk.services.mediaconnect.model.BridgeOutput
-
Packages that use BridgeOutput Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of BridgeOutput in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return BridgeOutput Modifier and Type Method Description BridgeOutputUpdateBridgeOutputResponse. output()The output that you updated.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type BridgeOutput Modifier and Type Method Description List<BridgeOutput>AddBridgeOutputsResponse. outputs()The outputs that you added to this bridge.List<BridgeOutput>Bridge. outputs()The outputs on this bridge.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type BridgeOutput Modifier and Type Method Description UpdateBridgeOutputResponse.BuilderUpdateBridgeOutputResponse.Builder. output(BridgeOutput output)The output that you updated.AddBridgeOutputsResponse.BuilderAddBridgeOutputsResponse.Builder. outputs(BridgeOutput... outputs)The outputs that you added to this bridge.Bridge.BuilderBridge.Builder. outputs(BridgeOutput... outputs)The outputs on this bridge.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type BridgeOutput Modifier and Type Method Description AddBridgeOutputsResponse.BuilderAddBridgeOutputsResponse.Builder. outputs(Collection<BridgeOutput> outputs)The outputs that you added to this bridge.Bridge.BuilderBridge.Builder. outputs(Collection<BridgeOutput> outputs)The outputs on this bridge.
-