Uses of Class
software.amazon.awssdk.services.appflow.model.DeleteFlowResponse
-
Packages that use DeleteFlowResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of DeleteFlowResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return DeleteFlowResponse Modifier and Type Method Description default DeleteFlowResponseAppflowClient. deleteFlow(Consumer<DeleteFlowRequest.Builder> deleteFlowRequest)Enables your application to delete an existing flow.default DeleteFlowResponseAppflowClient. deleteFlow(DeleteFlowRequest deleteFlowRequest)Enables your application to delete an existing flow.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type DeleteFlowResponse Modifier and Type Method Description default CompletableFuture<DeleteFlowResponse>AppflowAsyncClient. deleteFlow(Consumer<DeleteFlowRequest.Builder> deleteFlowRequest)Enables your application to delete an existing flow.default CompletableFuture<DeleteFlowResponse>AppflowAsyncClient. deleteFlow(DeleteFlowRequest deleteFlowRequest)Enables your application to delete an existing flow.
-