Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateExternalDbSystemConnectorResponse
-
Packages that use UpdateExternalDbSystemConnectorResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of UpdateExternalDbSystemConnectorResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdateExternalDbSystemConnectorResponse Modifier and Type Method Description UpdateExternalDbSystemConnectorResponse
DbManagement. updateExternalDbSystemConnector(UpdateExternalDbSystemConnectorRequest request)
Updates the external connector specified byexternalDbSystemConnectorId
.UpdateExternalDbSystemConnectorResponse
DbManagementClient. updateExternalDbSystemConnector(UpdateExternalDbSystemConnectorRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateExternalDbSystemConnectorResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateExternalDbSystemConnectorResponse 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 UpdateExternalDbSystemConnectorResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdateExternalDbSystemConnectorResponse Modifier and Type Method Description UpdateExternalDbSystemConnectorResponse
UpdateExternalDbSystemConnectorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateExternalDbSystemConnectorResponse Modifier and Type Method Description UpdateExternalDbSystemConnectorResponse.Builder
UpdateExternalDbSystemConnectorResponse.Builder. copy(UpdateExternalDbSystemConnectorResponse o)
Copy method to populate the builder with values from the given instance.
-