Uses of Class
com.oracle.bmc.database.requests.UpdateMaintenanceRunRequest
-
Packages that use UpdateMaintenanceRunRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateMaintenanceRunRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type UpdateMaintenanceRunRequest Modifier and Type Method Description UpdateMaintenanceRunResponse
Database. updateMaintenanceRun(UpdateMaintenanceRunRequest request)
Updates the properties of a maintenance run, such as the state of a maintenance run.Future<UpdateMaintenanceRunResponse>
DatabaseAsync. updateMaintenanceRun(UpdateMaintenanceRunRequest request, AsyncHandler<UpdateMaintenanceRunRequest,UpdateMaintenanceRunResponse> handler)
Updates the properties of a maintenance run, such as the state of a maintenance run.Future<UpdateMaintenanceRunResponse>
DatabaseAsyncClient. updateMaintenanceRun(UpdateMaintenanceRunRequest request, AsyncHandler<UpdateMaintenanceRunRequest,UpdateMaintenanceRunResponse> handler)
UpdateMaintenanceRunResponse
DatabaseClient. updateMaintenanceRun(UpdateMaintenanceRunRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateMaintenanceRunRequest Modifier and Type Method Description Future<UpdateMaintenanceRunResponse>
DatabaseAsync. updateMaintenanceRun(UpdateMaintenanceRunRequest request, AsyncHandler<UpdateMaintenanceRunRequest,UpdateMaintenanceRunResponse> handler)
Updates the properties of a maintenance run, such as the state of a maintenance run.Future<UpdateMaintenanceRunResponse>
DatabaseAsyncClient. updateMaintenanceRun(UpdateMaintenanceRunRequest request, AsyncHandler<UpdateMaintenanceRunRequest,UpdateMaintenanceRunResponse> handler)
-
Uses of UpdateMaintenanceRunRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateMaintenanceRunRequest Modifier and Type Method Description UpdateMaintenanceRunRequest
UpdateMaintenanceRunRequest.Builder. build()
Build the instance of UpdateMaintenanceRunRequest as configured by this builderUpdateMaintenanceRunRequest
UpdateMaintenanceRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateMaintenanceRunRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateMaintenanceRunRequest Modifier and Type Method Description UpdateMaintenanceRunRequest.Builder
UpdateMaintenanceRunRequest.Builder. copy(UpdateMaintenanceRunRequest o)
Copy method to populate the builder with values from the given instance.
-