Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateCloudDbSystemConnectorRequest
-
Packages that use UpdateCloudDbSystemConnectorRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateCloudDbSystemConnectorRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateCloudDbSystemConnectorRequest 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 UpdateCloudDbSystemConnectorRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateCloudDbSystemConnectorRequest Modifier and Type Method Description UpdateCloudDbSystemConnectorRequest
UpdateCloudDbSystemConnectorRequest.Builder. build()
Build the instance of UpdateCloudDbSystemConnectorRequest as configured by this builderUpdateCloudDbSystemConnectorRequest
UpdateCloudDbSystemConnectorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCloudDbSystemConnectorRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateCloudDbSystemConnectorRequest Modifier and Type Method Description UpdateCloudDbSystemConnectorRequest.Builder
UpdateCloudDbSystemConnectorRequest.Builder. copy(UpdateCloudDbSystemConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-