| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Flow |
Flow.clone() |
Flow |
DescribeFlowResult.getFlow() |
Flow |
CreateFlowResult.getFlow() |
Flow |
Flow.withAvailabilityZone(String availabilityZone)
The Availability Zone that you want to create the flow in.
|
Flow |
Flow.withDescription(String description)
A description of the flow.
|
Flow |
Flow.withEgressIp(String egressIp)
The IP address from which video will be sent to output destinations.
|
Flow |
Flow.withEntitlements(Collection<Entitlement> entitlements)
The entitlements in this flow.
|
Flow |
Flow.withEntitlements(Entitlement... entitlements)
The entitlements in this flow.
|
Flow |
Flow.withFlowArn(String flowArn)
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
|
Flow |
Flow.withName(String name)
The name of the flow.
|
Flow |
Flow.withOutputs(Collection<Output> outputs)
The outputs in this flow.
|
Flow |
Flow.withOutputs(Output... outputs)
The outputs in this flow.
|
Flow |
Flow.withSource(Source source) |
Flow |
Flow.withStatus(Status status)
The current status of the flow.
|
Flow |
Flow.withStatus(String status)
The current status of the flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFlowResult.setFlow(Flow flow) |
void |
CreateFlowResult.setFlow(Flow flow) |
DescribeFlowResult |
DescribeFlowResult.withFlow(Flow flow) |
CreateFlowResult |
CreateFlowResult.withFlow(Flow flow) |
Copyright © 2020. All rights reserved.