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