Uses of Class
com.oracle.bmc.database.requests.ListMaintenanceRunHistoryRequest
-
Packages that use ListMaintenanceRunHistoryRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListMaintenanceRunHistoryRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type ListMaintenanceRunHistoryRequest Modifier and Type Method Description Future<ListMaintenanceRunHistoryResponse>DatabaseAsync. listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request, AsyncHandler<ListMaintenanceRunHistoryRequest,ListMaintenanceRunHistoryResponse> handler)Gets a list of the maintenance run histories in the specified compartment.Future<ListMaintenanceRunHistoryResponse>DatabaseAsyncClient. listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request, AsyncHandler<ListMaintenanceRunHistoryRequest,ListMaintenanceRunHistoryResponse> handler) -
Uses of ListMaintenanceRunHistoryRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListMaintenanceRunHistoryRequest Modifier and Type Method Description ListMaintenanceRunHistoryRequestListMaintenanceRunHistoryRequest.Builder. build()Build the instance of ListMaintenanceRunHistoryRequest as configured by this builderListMaintenanceRunHistoryRequestListMaintenanceRunHistoryRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListMaintenanceRunHistoryRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListMaintenanceRunHistoryRequest Modifier and Type Method Description ListMaintenanceRunHistoryRequest.BuilderListMaintenanceRunHistoryRequest.Builder. copy(ListMaintenanceRunHistoryRequest o)Copy method to populate the builder with values from the given instance.
-