Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateExternalDbHomeRequest
-
Packages that use UpdateExternalDbHomeRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateExternalDbHomeRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type UpdateExternalDbHomeRequest Modifier and Type Method Description UpdateExternalDbHomeResponse
DbManagement. updateExternalDbHome(UpdateExternalDbHomeRequest request)
Updates the external DB home specified byexternalDbHomeId
.Future<UpdateExternalDbHomeResponse>
DbManagementAsync. updateExternalDbHome(UpdateExternalDbHomeRequest request, AsyncHandler<UpdateExternalDbHomeRequest,UpdateExternalDbHomeResponse> handler)
Updates the external DB home specified byexternalDbHomeId
.Future<UpdateExternalDbHomeResponse>
DbManagementAsyncClient. updateExternalDbHome(UpdateExternalDbHomeRequest request, AsyncHandler<UpdateExternalDbHomeRequest,UpdateExternalDbHomeResponse> handler)
UpdateExternalDbHomeResponse
DbManagementClient. updateExternalDbHome(UpdateExternalDbHomeRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateExternalDbHomeRequest Modifier and Type Method Description Future<UpdateExternalDbHomeResponse>
DbManagementAsync. updateExternalDbHome(UpdateExternalDbHomeRequest request, AsyncHandler<UpdateExternalDbHomeRequest,UpdateExternalDbHomeResponse> handler)
Updates the external DB home specified byexternalDbHomeId
.Future<UpdateExternalDbHomeResponse>
DbManagementAsyncClient. updateExternalDbHome(UpdateExternalDbHomeRequest request, AsyncHandler<UpdateExternalDbHomeRequest,UpdateExternalDbHomeResponse> handler)
-
Uses of UpdateExternalDbHomeRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateExternalDbHomeRequest Modifier and Type Method Description UpdateExternalDbHomeRequest
UpdateExternalDbHomeRequest.Builder. build()
Build the instance of UpdateExternalDbHomeRequest as configured by this builderUpdateExternalDbHomeRequest
UpdateExternalDbHomeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateExternalDbHomeRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateExternalDbHomeRequest Modifier and Type Method Description UpdateExternalDbHomeRequest.Builder
UpdateExternalDbHomeRequest.Builder. copy(UpdateExternalDbHomeRequest o)
Copy method to populate the builder with values from the given instance.
-