| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model | |
| software.amazon.awssdk.services.mediaconnect.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListedFlow> |
ListFlowsResponse.flows()
A list of flow summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowsResponse.Builder |
ListFlowsResponse.Builder.flows(ListedFlow... flows)
A list of flow summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowsResponse.Builder |
ListFlowsResponse.Builder.flows(Collection<ListedFlow> flows)
A list of flow summaries.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListedFlow> |
ListFlowsPublisher.flows()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListedFlow> |
ListFlowsIterable.flows()
Returns an iterable to iterate through the paginated
ListFlowsResponse.flows() member. |
Copyright © 2020. All rights reserved.