Uses of Class
com.oracle.bmc.databasemanagement.requests.DeleteCloudDbSystemDiscoveryRequest
-
Packages that use DeleteCloudDbSystemDiscoveryRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of DeleteCloudDbSystemDiscoveryRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DeleteCloudDbSystemDiscoveryRequest Modifier and Type Method Description Future<DeleteCloudDbSystemDiscoveryResponse>
DbManagementAsync. deleteCloudDbSystemDiscovery(DeleteCloudDbSystemDiscoveryRequest request, AsyncHandler<DeleteCloudDbSystemDiscoveryRequest,DeleteCloudDbSystemDiscoveryResponse> handler)
Deletes the cloud DB system discovery resource specified bycloudDbSystemDiscoveryId
.Future<DeleteCloudDbSystemDiscoveryResponse>
DbManagementAsyncClient. deleteCloudDbSystemDiscovery(DeleteCloudDbSystemDiscoveryRequest request, AsyncHandler<DeleteCloudDbSystemDiscoveryRequest,DeleteCloudDbSystemDiscoveryResponse> handler)
-
Uses of DeleteCloudDbSystemDiscoveryRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DeleteCloudDbSystemDiscoveryRequest Modifier and Type Method Description DeleteCloudDbSystemDiscoveryRequest
DeleteCloudDbSystemDiscoveryRequest.Builder. build()
Build the instance of DeleteCloudDbSystemDiscoveryRequest as configured by this builderDeleteCloudDbSystemDiscoveryRequest
DeleteCloudDbSystemDiscoveryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteCloudDbSystemDiscoveryRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type DeleteCloudDbSystemDiscoveryRequest Modifier and Type Method Description DeleteCloudDbSystemDiscoveryRequest.Builder
DeleteCloudDbSystemDiscoveryRequest.Builder. copy(DeleteCloudDbSystemDiscoveryRequest o)
Copy method to populate the builder with values from the given instance.
-