Uses of Class
software.amazon.awssdk.services.mediaconnect.model.ListedFlow
-
Packages that use ListedFlow Package Description software.amazon.awssdk.services.mediaconnect.model software.amazon.awssdk.services.mediaconnect.paginators -
-
Uses of ListedFlow in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type ListedFlow Modifier and Type Method Description List<ListedFlow>ListFlowsResponse. flows()A list of flow summaries.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type ListedFlow Modifier and Type Method Description ListFlowsResponse.BuilderListFlowsResponse.Builder. flows(ListedFlow... flows)A list of flow summaries.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type ListedFlow Modifier and Type Method Description ListFlowsResponse.BuilderListFlowsResponse.Builder. flows(Collection<ListedFlow> flows)A list of flow summaries. -
Uses of ListedFlow in software.amazon.awssdk.services.mediaconnect.paginators
Methods in software.amazon.awssdk.services.mediaconnect.paginators that return types with arguments of type ListedFlow Modifier and Type Method Description SdkIterable<ListedFlow>ListFlowsIterable. flows()Returns an iterable to iterate through the paginatedListFlowsResponse.flows()member.SdkPublisher<ListedFlow>ListFlowsPublisher. flows()Returns a publisher that can be used to get a stream of data.
-