| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
List<AddBridgeOutputRequest> |
AddBridgeOutputsRequest.outputs()
The outputs that you want to add to this bridge.
|
List<AddBridgeOutputRequest> |
CreateBridgeRequest.outputs()
The outputs that you want to add to this bridge.
|
| Modifier and Type | Method and Description |
|---|---|
AddBridgeOutputsRequest.Builder |
AddBridgeOutputsRequest.Builder.outputs(AddBridgeOutputRequest... outputs)
The outputs that you want to add to this bridge.
|
CreateBridgeRequest.Builder |
CreateBridgeRequest.Builder.outputs(AddBridgeOutputRequest... outputs)
The outputs that you want to add to this bridge.
|
| Modifier and Type | Method and Description |
|---|---|
AddBridgeOutputsRequest.Builder |
AddBridgeOutputsRequest.Builder.outputs(Collection<AddBridgeOutputRequest> outputs)
The outputs that you want to add to this bridge.
|
CreateBridgeRequest.Builder |
CreateBridgeRequest.Builder.outputs(Collection<AddBridgeOutputRequest> outputs)
The outputs that you want to add to this bridge.
|
Copyright © 2023. All rights reserved.