Uses of Class
software.amazon.awssdk.services.appflow.model.UpdateConnectorRegistrationResponse
-
Packages that use UpdateConnectorRegistrationResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of UpdateConnectorRegistrationResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return UpdateConnectorRegistrationResponse Modifier and Type Method Description default UpdateConnectorRegistrationResponseAppflowClient. updateConnectorRegistration(Consumer<UpdateConnectorRegistrationRequest.Builder> updateConnectorRegistrationRequest)Updates a custom connector that you've previously registered.default UpdateConnectorRegistrationResponseAppflowClient. updateConnectorRegistration(UpdateConnectorRegistrationRequest updateConnectorRegistrationRequest)Updates a custom connector that you've previously registered.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type UpdateConnectorRegistrationResponse Modifier and Type Method Description default CompletableFuture<UpdateConnectorRegistrationResponse>AppflowAsyncClient. updateConnectorRegistration(Consumer<UpdateConnectorRegistrationRequest.Builder> updateConnectorRegistrationRequest)Updates a custom connector that you've previously registered.default CompletableFuture<UpdateConnectorRegistrationResponse>AppflowAsyncClient. updateConnectorRegistration(UpdateConnectorRegistrationRequest updateConnectorRegistrationRequest)Updates a custom connector that you've previously registered.
-