Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateExternalDbSystemConnectorRequest
-
Packages that use UpdateExternalDbSystemConnectorRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateExternalDbSystemConnectorRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateExternalDbSystemConnectorRequest Modifier and Type Method Description Future<UpdateExternalDbSystemConnectorResponse>
DbManagementAsync. updateExternalDbSystemConnector(UpdateExternalDbSystemConnectorRequest request, AsyncHandler<UpdateExternalDbSystemConnectorRequest,UpdateExternalDbSystemConnectorResponse> handler)
Updates the external connector specified byexternalDbSystemConnectorId
.Future<UpdateExternalDbSystemConnectorResponse>
DbManagementAsyncClient. updateExternalDbSystemConnector(UpdateExternalDbSystemConnectorRequest request, AsyncHandler<UpdateExternalDbSystemConnectorRequest,UpdateExternalDbSystemConnectorResponse> handler)
-
Uses of UpdateExternalDbSystemConnectorRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateExternalDbSystemConnectorRequest Modifier and Type Method Description UpdateExternalDbSystemConnectorRequest
UpdateExternalDbSystemConnectorRequest.Builder. build()
Build the instance of UpdateExternalDbSystemConnectorRequest as configured by this builderUpdateExternalDbSystemConnectorRequest
UpdateExternalDbSystemConnectorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateExternalDbSystemConnectorRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateExternalDbSystemConnectorRequest Modifier and Type Method Description UpdateExternalDbSystemConnectorRequest.Builder
UpdateExternalDbSystemConnectorRequest.Builder. copy(UpdateExternalDbSystemConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-