| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
List<AddOutputRequest> |
CreateFlowRequest.outputs()
The outputs that you want to add to this flow.
|
List<AddOutputRequest> |
AddFlowOutputsRequest.outputs()
A list of outputs that you want to add.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.outputs(AddOutputRequest... outputs)
The outputs that you want to add to this flow.
|
AddFlowOutputsRequest.Builder |
AddFlowOutputsRequest.Builder.outputs(AddOutputRequest... outputs)
A list of outputs that you want to add.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.outputs(Collection<AddOutputRequest> outputs)
The outputs that you want to add to this flow.
|
AddFlowOutputsRequest.Builder |
AddFlowOutputsRequest.Builder.outputs(Collection<AddOutputRequest> outputs)
A list of outputs that you want to add.
|
Copyright © 2023. All rights reserved.