| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
BridgeOutput |
UpdateBridgeOutputResponse.output()
The output that you updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<BridgeOutput> |
Bridge.outputs()
The outputs on this bridge.
|
List<BridgeOutput> |
AddBridgeOutputsResponse.outputs()
The outputs that you added to this bridge.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBridgeOutputResponse.Builder |
UpdateBridgeOutputResponse.Builder.output(BridgeOutput output)
The output that you updated.
|
Bridge.Builder |
Bridge.Builder.outputs(BridgeOutput... outputs)
The outputs on this bridge.
|
AddBridgeOutputsResponse.Builder |
AddBridgeOutputsResponse.Builder.outputs(BridgeOutput... outputs)
The outputs that you added to this bridge.
|
| Modifier and Type | Method and Description |
|---|---|
Bridge.Builder |
Bridge.Builder.outputs(Collection<BridgeOutput> outputs)
The outputs on this bridge.
|
AddBridgeOutputsResponse.Builder |
AddBridgeOutputsResponse.Builder.outputs(Collection<BridgeOutput> outputs)
The outputs that you added to this bridge.
|
Copyright © 2023. All rights reserved.