Uses of Class
com.oracle.bmc.database.responses.GetMaintenanceRunResponse
-
Packages that use GetMaintenanceRunResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetMaintenanceRunResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetMaintenanceRunResponse Modifier and Type Method Description GetMaintenanceRunResponse
Database. getMaintenanceRun(GetMaintenanceRunRequest request)
Gets information about the specified maintenance run.GetMaintenanceRunResponse
DatabaseClient. getMaintenanceRun(GetMaintenanceRunRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetMaintenanceRunResponse Modifier and Type Method Description Future<GetMaintenanceRunResponse>
DatabaseAsync. getMaintenanceRun(GetMaintenanceRunRequest request, AsyncHandler<GetMaintenanceRunRequest,GetMaintenanceRunResponse> handler)
Gets information about the specified maintenance run.Future<GetMaintenanceRunResponse>
DatabaseAsyncClient. getMaintenanceRun(GetMaintenanceRunRequest request, AsyncHandler<GetMaintenanceRunRequest,GetMaintenanceRunResponse> handler)
-
Uses of GetMaintenanceRunResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetMaintenanceRunResponse Modifier and Type Method Description GetMaintenanceRunResponse
GetMaintenanceRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetMaintenanceRunResponse Modifier and Type Method Description GetMaintenanceRunResponse.Builder
GetMaintenanceRunResponse.Builder. copy(GetMaintenanceRunResponse o)
Copy method to populate the builder with values from the given instance.
-