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