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