Uses of Class
software.amazon.awssdk.services.appflow.model.UpdateFlowResponse
-
Packages that use UpdateFlowResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of UpdateFlowResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return UpdateFlowResponse Modifier and Type Method Description default UpdateFlowResponseAppflowClient. updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest)Updates an existing flow.default UpdateFlowResponseAppflowClient. updateFlow(UpdateFlowRequest updateFlowRequest)Updates an existing flow.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type UpdateFlowResponse Modifier and Type Method Description default CompletableFuture<UpdateFlowResponse>AppflowAsyncClient. updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest)Updates an existing flow.default CompletableFuture<UpdateFlowResponse>AppflowAsyncClient. updateFlow(UpdateFlowRequest updateFlowRequest)Updates an existing flow.
-