| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
MediaConnectFlowRequest |
MediaConnectFlowRequest.clone() |
MediaConnectFlowRequest |
MediaConnectFlowRequest.withFlowArn(String flowArn)
The ARN of the MediaConnect Flow that you want to use as a source.
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaConnectFlowRequest> |
CreateInputRequest.getMediaConnectFlows()
A list of the MediaConnect Flows that you want to use in this input.
|
List<MediaConnectFlowRequest> |
UpdateInputRequest.getMediaConnectFlows()
A list of the MediaConnect Flow ARNs that you want to use as the source of the input.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInputRequest |
CreateInputRequest.withMediaConnectFlows(MediaConnectFlowRequest... mediaConnectFlows)
A list of the MediaConnect Flows that you want to use in this input.
|
UpdateInputRequest |
UpdateInputRequest.withMediaConnectFlows(MediaConnectFlowRequest... mediaConnectFlows)
A list of the MediaConnect Flow ARNs that you want to use as the source of the input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateInputRequest.setMediaConnectFlows(Collection<MediaConnectFlowRequest> mediaConnectFlows)
A list of the MediaConnect Flows that you want to use in this input.
|
void |
UpdateInputRequest.setMediaConnectFlows(Collection<MediaConnectFlowRequest> mediaConnectFlows)
A list of the MediaConnect Flow ARNs that you want to use as the source of the input.
|
CreateInputRequest |
CreateInputRequest.withMediaConnectFlows(Collection<MediaConnectFlowRequest> mediaConnectFlows)
A list of the MediaConnect Flows that you want to use in this input.
|
UpdateInputRequest |
UpdateInputRequest.withMediaConnectFlows(Collection<MediaConnectFlowRequest> mediaConnectFlows)
A list of the MediaConnect Flow ARNs that you want to use as the source of the input.
|
Copyright © 2020. All rights reserved.