| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
BridgeOutput |
BridgeOutput.clone() |
BridgeOutput |
UpdateBridgeOutputResult.getOutput()
The output that you updated.
|
BridgeOutput |
BridgeOutput.withFlowOutput(BridgeFlowOutput flowOutput) |
BridgeOutput |
BridgeOutput.withNetworkOutput(BridgeNetworkOutput networkOutput) |
| Modifier and Type | Method and Description |
|---|---|
List<BridgeOutput> |
Bridge.getOutputs()
The outputs on this bridge.
|
List<BridgeOutput> |
AddBridgeOutputsResult.getOutputs()
The outputs that you added to this bridge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBridgeOutputResult.setOutput(BridgeOutput output)
The output that you updated.
|
UpdateBridgeOutputResult |
UpdateBridgeOutputResult.withOutput(BridgeOutput output)
The output that you updated.
|
Bridge |
Bridge.withOutputs(BridgeOutput... outputs)
The outputs on this bridge.
|
AddBridgeOutputsResult |
AddBridgeOutputsResult.withOutputs(BridgeOutput... outputs)
The outputs that you added to this bridge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bridge.setOutputs(Collection<BridgeOutput> outputs)
The outputs on this bridge.
|
void |
AddBridgeOutputsResult.setOutputs(Collection<BridgeOutput> outputs)
The outputs that you added to this bridge.
|
Bridge |
Bridge.withOutputs(Collection<BridgeOutput> outputs)
The outputs on this bridge.
|
AddBridgeOutputsResult |
AddBridgeOutputsResult.withOutputs(Collection<BridgeOutput> outputs)
The outputs that you added to this bridge.
|
Copyright © 2023. All rights reserved.