| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
AddOutputRequest |
AddOutputRequest.clone() |
AddOutputRequest |
AddOutputRequest.withCidrAllowList(Collection<String> cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
AddOutputRequest |
AddOutputRequest.withCidrAllowList(String... cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
AddOutputRequest |
AddOutputRequest.withDescription(String description)
A description of the output.
|
AddOutputRequest |
AddOutputRequest.withDestination(String destination)
The IP address from which video will be sent to output destinations.
|
AddOutputRequest |
AddOutputRequest.withEncryption(Encryption encryption)
The type of key used for the encryption.
|
AddOutputRequest |
AddOutputRequest.withMaxLatency(Integer maxLatency)
The maximum latency in milliseconds for Zixi-based streams.
|
AddOutputRequest |
AddOutputRequest.withName(String name)
The name of the output.
|
AddOutputRequest |
AddOutputRequest.withPort(Integer port)
The port to use when content is distributed to this output.
|
AddOutputRequest |
AddOutputRequest.withProtocol(Protocol protocol)
The protocol to use for the output.
|
AddOutputRequest |
AddOutputRequest.withProtocol(String protocol)
The protocol to use for the output.
|
AddOutputRequest |
AddOutputRequest.withRemoteId(String remoteId)
The remote ID for the Zixi-pull output stream.
|
AddOutputRequest |
AddOutputRequest.withSmoothingLatency(Integer smoothingLatency)
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
AddOutputRequest |
AddOutputRequest.withStreamId(String streamId)
The stream ID that you want to use for this transport.
|
AddOutputRequest |
AddOutputRequest.withVpcInterfaceAttachment(VpcInterfaceAttachment vpcInterfaceAttachment)
The name of the VPC interface attachment to use for this output.
|
| Modifier and Type | Method and Description |
|---|---|
List<AddOutputRequest> |
AddFlowOutputsRequest.getOutputs()
A list of outputs that you want to add.
|
List<AddOutputRequest> |
CreateFlowRequest.getOutputs()
The outputs that you want to add to this flow.
|
| Modifier and Type | Method and Description |
|---|---|
AddFlowOutputsRequest |
AddFlowOutputsRequest.withOutputs(AddOutputRequest... outputs)
A list of outputs that you want to add.
|
CreateFlowRequest |
CreateFlowRequest.withOutputs(AddOutputRequest... outputs)
The outputs that you want to add to this flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddFlowOutputsRequest.setOutputs(Collection<AddOutputRequest> outputs)
A list of outputs that you want to add.
|
void |
CreateFlowRequest.setOutputs(Collection<AddOutputRequest> outputs)
The outputs that you want to add to this flow.
|
AddFlowOutputsRequest |
AddFlowOutputsRequest.withOutputs(Collection<AddOutputRequest> outputs)
A list of outputs that you want to add.
|
CreateFlowRequest |
CreateFlowRequest.withOutputs(Collection<AddOutputRequest> outputs)
The outputs that you want to add to this flow.
|
Copyright © 2021. All rights reserved.