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