| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ListedFlow |
ListedFlow.clone() |
ListedFlow |
ListedFlow.withAvailabilityZone(String availabilityZone)
The Availability Zone that the flow was created in.
|
ListedFlow |
ListedFlow.withDescription(String description)
A description of the flow.
|
ListedFlow |
ListedFlow.withFlowArn(String flowArn)
The ARN of the flow.
|
ListedFlow |
ListedFlow.withMaintenance(Maintenance maintenance) |
ListedFlow |
ListedFlow.withName(String name)
The name of the flow.
|
ListedFlow |
ListedFlow.withSourceType(SourceType sourceType)
The type of source.
|
ListedFlow |
ListedFlow.withSourceType(String sourceType)
The type of source.
|
ListedFlow |
ListedFlow.withStatus(Status status)
The current status of the flow.
|
ListedFlow |
ListedFlow.withStatus(String status)
The current status of the flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedFlow> |
ListFlowsResult.getFlows()
A list of flow summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowsResult |
ListFlowsResult.withFlows(ListedFlow... flows)
A list of flow summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlowsResult.setFlows(Collection<ListedFlow> flows)
A list of flow summaries.
|
ListFlowsResult |
ListFlowsResult.withFlows(Collection<ListedFlow> flows)
A list of flow summaries.
|
Copyright © 2022. All rights reserved.