Uses of Class
software.amazon.awssdk.services.appflow.model.DeleteConnectorProfileResponse
-
Packages that use DeleteConnectorProfileResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of DeleteConnectorProfileResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return DeleteConnectorProfileResponse Modifier and Type Method Description default DeleteConnectorProfileResponseAppflowClient. deleteConnectorProfile(Consumer<DeleteConnectorProfileRequest.Builder> deleteConnectorProfileRequest)Enables you to delete an existing connector profile.default DeleteConnectorProfileResponseAppflowClient. deleteConnectorProfile(DeleteConnectorProfileRequest deleteConnectorProfileRequest)Enables you to delete an existing connector profile.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type DeleteConnectorProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteConnectorProfileResponse>AppflowAsyncClient. deleteConnectorProfile(Consumer<DeleteConnectorProfileRequest.Builder> deleteConnectorProfileRequest)Enables you to delete an existing connector profile.default CompletableFuture<DeleteConnectorProfileResponse>AppflowAsyncClient. deleteConnectorProfile(DeleteConnectorProfileRequest deleteConnectorProfileRequest)Enables you to delete an existing connector profile.
-