Uses of Class
com.oracle.bmc.databasemanagement.responses.PatchCloudDbSystemDiscoveryResponse
-
Packages that use PatchCloudDbSystemDiscoveryResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of PatchCloudDbSystemDiscoveryResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return PatchCloudDbSystemDiscoveryResponse Modifier and Type Method Description PatchCloudDbSystemDiscoveryResponse
DbManagement. patchCloudDbSystemDiscovery(PatchCloudDbSystemDiscoveryRequest request)
Patches the cloud DB system discovery specified bycloudDbSystemDiscoveryId
.PatchCloudDbSystemDiscoveryResponse
DbManagementClient. patchCloudDbSystemDiscovery(PatchCloudDbSystemDiscoveryRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type PatchCloudDbSystemDiscoveryResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type PatchCloudDbSystemDiscoveryResponse 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 PatchCloudDbSystemDiscoveryResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return PatchCloudDbSystemDiscoveryResponse Modifier and Type Method Description PatchCloudDbSystemDiscoveryResponse
PatchCloudDbSystemDiscoveryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type PatchCloudDbSystemDiscoveryResponse Modifier and Type Method Description PatchCloudDbSystemDiscoveryResponse.Builder
PatchCloudDbSystemDiscoveryResponse.Builder. copy(PatchCloudDbSystemDiscoveryResponse o)
Copy method to populate the builder with values from the given instance.
-