Uses of Class
software.amazon.awssdk.services.appflow.model.ListFlowsResponse
-
Packages that use ListFlowsResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.paginators -
-
Uses of ListFlowsResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return ListFlowsResponse Modifier and Type Method Description default ListFlowsResponseAppflowClient. listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)Lists all of the flows associated with your account.default ListFlowsResponseAppflowClient. listFlows(ListFlowsRequest listFlowsRequest)Lists all of the flows associated with your account.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type ListFlowsResponse Modifier and Type Method Description default CompletableFuture<ListFlowsResponse>AppflowAsyncClient. listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)Lists all of the flows associated with your account.default CompletableFuture<ListFlowsResponse>AppflowAsyncClient. listFlows(ListFlowsRequest listFlowsRequest)Lists all of the flows associated with your account. -
Uses of ListFlowsResponse in software.amazon.awssdk.services.appflow.paginators
Methods in software.amazon.awssdk.services.appflow.paginators that return types with arguments of type ListFlowsResponse Modifier and Type Method Description Iterator<ListFlowsResponse>ListFlowsIterable. iterator()Method parameters in software.amazon.awssdk.services.appflow.paginators with type arguments of type ListFlowsResponse Modifier and Type Method Description voidListFlowsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFlowsResponse> subscriber)
-