| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
BridgeSource |
BridgeSource.clone() |
BridgeSource |
UpdateBridgeSourceResult.getSource() |
BridgeSource |
BridgeSource.withFlowSource(BridgeFlowSource flowSource) |
BridgeSource |
BridgeSource.withNetworkSource(BridgeNetworkSource networkSource) |
| Modifier and Type | Method and Description |
|---|---|
List<BridgeSource> |
Bridge.getSources()
The sources on this bridge.
|
List<BridgeSource> |
AddBridgeSourcesResult.getSources()
The sources that you added to this bridge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBridgeSourceResult.setSource(BridgeSource source) |
UpdateBridgeSourceResult |
UpdateBridgeSourceResult.withSource(BridgeSource source) |
Bridge |
Bridge.withSources(BridgeSource... sources)
The sources on this bridge.
|
AddBridgeSourcesResult |
AddBridgeSourcesResult.withSources(BridgeSource... sources)
The sources that you added to this bridge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bridge.setSources(Collection<BridgeSource> sources)
The sources on this bridge.
|
void |
AddBridgeSourcesResult.setSources(Collection<BridgeSource> sources)
The sources that you added to this bridge.
|
Bridge |
Bridge.withSources(Collection<BridgeSource> sources)
The sources on this bridge.
|
AddBridgeSourcesResult |
AddBridgeSourcesResult.withSources(Collection<BridgeSource> sources)
The sources that you added to this bridge.
|
Copyright © 2024. All rights reserved.