| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.clone() |
Output |
UpdateFlowOutputResult.getOutput()
The new settings of the output that you updated.
|
Output |
Output.withDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
Output |
Output.withDescription(String description)
A description of the output.
|
Output |
Output.withDestination(String destination)
The address where you want to send the output.
|
Output |
Output.withEncryption(Encryption encryption)
The type of key used for the encryption.
|
Output |
Output.withEntitlementArn(String entitlementArn)
The ARN of the entitlement on the originator''s flow.
|
Output |
Output.withMediaLiveInputArn(String mediaLiveInputArn)
The input ARN of the AWS Elemental MediaLive channel.
|
Output |
Output.withName(String name)
The name of the output.
|
Output |
Output.withOutputArn(String outputArn)
The ARN of the output.
|
Output |
Output.withPort(Integer port)
The port to use when content is distributed to this output.
|
Output |
Output.withTransport(Transport transport)
Attributes related to the transport stream that are used in the output.
|
Output |
Output.withVpcInterfaceAttachment(VpcInterfaceAttachment vpcInterfaceAttachment)
The name of the VPC interface attachment to use for this output.
|
| Modifier and Type | Method and Description |
|---|---|
List<Output> |
Flow.getOutputs()
The outputs in this flow.
|
List<Output> |
AddFlowOutputsResult.getOutputs()
The details of the newly added outputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFlowOutputResult.setOutput(Output output)
The new settings of the output that you updated.
|
UpdateFlowOutputResult |
UpdateFlowOutputResult.withOutput(Output output)
The new settings of the output that you updated.
|
Flow |
Flow.withOutputs(Output... outputs)
The outputs in this flow.
|
AddFlowOutputsResult |
AddFlowOutputsResult.withOutputs(Output... outputs)
The details of the newly added outputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Flow.setOutputs(Collection<Output> outputs)
The outputs in this flow.
|
void |
AddFlowOutputsResult.setOutputs(Collection<Output> outputs)
The details of the newly added outputs.
|
Flow |
Flow.withOutputs(Collection<Output> outputs)
The outputs in this flow.
|
AddFlowOutputsResult |
AddFlowOutputsResult.withOutputs(Collection<Output> outputs)
The details of the newly added outputs.
|
Copyright © 2020. All rights reserved.