Uses of Class
software.amazon.awssdk.services.appflow.model.ListFlowsRequest
-
Packages that use ListFlowsRequest Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.paginators software.amazon.awssdk.services.appflow.transform -
-
Uses of ListFlowsRequest in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow with parameters of type ListFlowsRequest Modifier and Type Method Description default CompletableFuture<ListFlowsResponse>AppflowAsyncClient. listFlows(ListFlowsRequest listFlowsRequest)Lists all of the flows associated with your account.default ListFlowsResponseAppflowClient. listFlows(ListFlowsRequest listFlowsRequest)Lists all of the flows associated with your account.default ListFlowsPublisherAppflowAsyncClient. listFlowsPaginator(ListFlowsRequest listFlowsRequest)Lists all of the flows associated with your account.default ListFlowsIterableAppflowClient. listFlowsPaginator(ListFlowsRequest listFlowsRequest)Lists all of the flows associated with your account. -
Uses of ListFlowsRequest in software.amazon.awssdk.services.appflow.paginators
Constructors in software.amazon.awssdk.services.appflow.paginators with parameters of type ListFlowsRequest Constructor Description ListFlowsIterable(AppflowClient client, ListFlowsRequest firstRequest)ListFlowsPublisher(AppflowAsyncClient client, ListFlowsRequest firstRequest) -
Uses of ListFlowsRequest in software.amazon.awssdk.services.appflow.transform
Methods in software.amazon.awssdk.services.appflow.transform with parameters of type ListFlowsRequest Modifier and Type Method Description SdkHttpFullRequestListFlowsRequestMarshaller. marshall(ListFlowsRequest listFlowsRequest)
-