Uses of Class
com.oracle.bmc.database.requests.GetMaintenanceRunHistoryRequest
-
Packages that use GetMaintenanceRunHistoryRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetMaintenanceRunHistoryRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type GetMaintenanceRunHistoryRequest Modifier and Type Method Description GetMaintenanceRunHistoryResponse
Database. getMaintenanceRunHistory(GetMaintenanceRunHistoryRequest request)
Gets information about the specified maintenance run history.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)
GetMaintenanceRunHistoryResponse
DatabaseClient. getMaintenanceRunHistory(GetMaintenanceRunHistoryRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetMaintenanceRunHistoryRequest 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 GetMaintenanceRunHistoryRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetMaintenanceRunHistoryRequest Modifier and Type Method Description GetMaintenanceRunHistoryRequest
GetMaintenanceRunHistoryRequest.Builder. build()
Build the instance of GetMaintenanceRunHistoryRequest as configured by this builderGetMaintenanceRunHistoryRequest
GetMaintenanceRunHistoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMaintenanceRunHistoryRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetMaintenanceRunHistoryRequest Modifier and Type Method Description GetMaintenanceRunHistoryRequest.Builder
GetMaintenanceRunHistoryRequest.Builder. copy(GetMaintenanceRunHistoryRequest o)
Copy method to populate the builder with values from the given instance.
-