Uses of Class
software.amazon.awssdk.services.appflow.model.UnregisterConnectorResponse
-
Packages that use UnregisterConnectorResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of UnregisterConnectorResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return UnregisterConnectorResponse Modifier and Type Method Description default UnregisterConnectorResponseAppflowClient. unregisterConnector(Consumer<UnregisterConnectorRequest.Builder> unregisterConnectorRequest)Unregisters the custom connector registered in your account that matches the connector label provided in the request.default UnregisterConnectorResponseAppflowClient. unregisterConnector(UnregisterConnectorRequest unregisterConnectorRequest)Unregisters the custom connector registered in your account that matches the connector label provided in the request.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type UnregisterConnectorResponse Modifier and Type Method Description default CompletableFuture<UnregisterConnectorResponse>AppflowAsyncClient. unregisterConnector(Consumer<UnregisterConnectorRequest.Builder> unregisterConnectorRequest)Unregisters the custom connector registered in your account that matches the connector label provided in the request.default CompletableFuture<UnregisterConnectorResponse>AppflowAsyncClient. unregisterConnector(UnregisterConnectorRequest unregisterConnectorRequest)Unregisters the custom connector registered in your account that matches the connector label provided in the request.
-