Uses of Class
software.amazon.awssdk.services.mediaconnect.model.BridgeSource
-
Packages that use BridgeSource Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of BridgeSource in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return BridgeSource Modifier and Type Method Description BridgeSourceUpdateBridgeSourceResponse. source()Returns the value of the Source property for this object.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type BridgeSource Modifier and Type Method Description List<BridgeSource>AddBridgeSourcesResponse. sources()The sources that you added to this bridge.List<BridgeSource>Bridge. sources()The sources on this bridge.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type BridgeSource Modifier and Type Method Description UpdateBridgeSourceResponse.BuilderUpdateBridgeSourceResponse.Builder. source(BridgeSource source)Sets the value of the Source property for this object.AddBridgeSourcesResponse.BuilderAddBridgeSourcesResponse.Builder. sources(BridgeSource... sources)The sources that you added to this bridge.Bridge.BuilderBridge.Builder. sources(BridgeSource... sources)The sources on this bridge.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type BridgeSource Modifier and Type Method Description AddBridgeSourcesResponse.BuilderAddBridgeSourcesResponse.Builder. sources(Collection<BridgeSource> sources)The sources that you added to this bridge.Bridge.BuilderBridge.Builder. sources(Collection<BridgeSource> sources)The sources on this bridge.
-