Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateCloudDbSystemConnectorResponse
-
Packages that use UpdateCloudDbSystemConnectorResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of UpdateCloudDbSystemConnectorResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdateCloudDbSystemConnectorResponse Modifier and Type Method Description UpdateCloudDbSystemConnectorResponse
DbManagement. updateCloudDbSystemConnector(UpdateCloudDbSystemConnectorRequest request)
Updates the cloud connector specified bycloudDbSystemConnectorId
.UpdateCloudDbSystemConnectorResponse
DbManagementClient. updateCloudDbSystemConnector(UpdateCloudDbSystemConnectorRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateCloudDbSystemConnectorResponse Modifier and Type Method Description Future<UpdateCloudDbSystemConnectorResponse>
DbManagementAsync. updateCloudDbSystemConnector(UpdateCloudDbSystemConnectorRequest request, AsyncHandler<UpdateCloudDbSystemConnectorRequest,UpdateCloudDbSystemConnectorResponse> handler)
Updates the cloud connector specified bycloudDbSystemConnectorId
.Future<UpdateCloudDbSystemConnectorResponse>
DbManagementAsyncClient. updateCloudDbSystemConnector(UpdateCloudDbSystemConnectorRequest request, AsyncHandler<UpdateCloudDbSystemConnectorRequest,UpdateCloudDbSystemConnectorResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateCloudDbSystemConnectorResponse Modifier and Type Method Description Future<UpdateCloudDbSystemConnectorResponse>
DbManagementAsync. updateCloudDbSystemConnector(UpdateCloudDbSystemConnectorRequest request, AsyncHandler<UpdateCloudDbSystemConnectorRequest,UpdateCloudDbSystemConnectorResponse> handler)
Updates the cloud connector specified bycloudDbSystemConnectorId
.Future<UpdateCloudDbSystemConnectorResponse>
DbManagementAsyncClient. updateCloudDbSystemConnector(UpdateCloudDbSystemConnectorRequest request, AsyncHandler<UpdateCloudDbSystemConnectorRequest,UpdateCloudDbSystemConnectorResponse> handler)
-
Uses of UpdateCloudDbSystemConnectorResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdateCloudDbSystemConnectorResponse Modifier and Type Method Description UpdateCloudDbSystemConnectorResponse
UpdateCloudDbSystemConnectorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateCloudDbSystemConnectorResponse Modifier and Type Method Description UpdateCloudDbSystemConnectorResponse.Builder
UpdateCloudDbSystemConnectorResponse.Builder. copy(UpdateCloudDbSystemConnectorResponse o)
Copy method to populate the builder with values from the given instance.
-