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