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