Uses of Class
com.oracle.bmc.database.responses.UpdateMaintenanceRunResponse
-
Packages that use UpdateMaintenanceRunResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateMaintenanceRunResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateMaintenanceRunResponse 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.UpdateMaintenanceRunResponse
DatabaseClient. updateMaintenanceRun(UpdateMaintenanceRunRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type UpdateMaintenanceRunResponse 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)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateMaintenanceRunResponse 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 UpdateMaintenanceRunResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateMaintenanceRunResponse Modifier and Type Method Description UpdateMaintenanceRunResponse
UpdateMaintenanceRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateMaintenanceRunResponse Modifier and Type Method Description UpdateMaintenanceRunResponse.Builder
UpdateMaintenanceRunResponse.Builder. copy(UpdateMaintenanceRunResponse o)
Copy method to populate the builder with values from the given instance.
-