| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Output |
UpdateFlowOutputResponse.output()
The new settings of the output that you updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Output> |
AddFlowOutputsResponse.outputs()
The details of the newly added outputs.
|
List<Output> |
Flow.outputs()
The outputs in this flow.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowOutputResponse.Builder |
UpdateFlowOutputResponse.Builder.output(Output output)
The new settings of the output that you updated.
|
AddFlowOutputsResponse.Builder |
AddFlowOutputsResponse.Builder.outputs(Output... outputs)
The details of the newly added outputs.
|
Flow.Builder |
Flow.Builder.outputs(Output... outputs)
The outputs in this flow.
|
| Modifier and Type | Method and Description |
|---|---|
AddFlowOutputsResponse.Builder |
AddFlowOutputsResponse.Builder.outputs(Collection<Output> outputs)
The details of the newly added outputs.
|
Flow.Builder |
Flow.Builder.outputs(Collection<Output> outputs)
The outputs in this flow.
|
Copyright © 2021. All rights reserved.