Uses of Class
com.oracle.bmc.database.responses.ListMaintenanceRunHistoryResponse
-
Packages that use ListMaintenanceRunHistoryResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListMaintenanceRunHistoryResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListMaintenanceRunHistoryResponse Modifier and Type Method Description ListMaintenanceRunHistoryResponseDatabase. listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request)Gets a list of the maintenance run histories in the specified compartment.ListMaintenanceRunHistoryResponseDatabaseClient. listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request)Methods in com.oracle.bmc.database that return types with arguments of type ListMaintenanceRunHistoryResponse 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)Iterable<ListMaintenanceRunHistoryResponse>DatabasePaginators. listMaintenanceRunHistoryResponseIterator(ListMaintenanceRunHistoryRequest request)Creates a new iterable which will iterate over the responses received from the listMaintenanceRunHistory operation.Method parameters in com.oracle.bmc.database with type arguments of type ListMaintenanceRunHistoryResponse 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 ListMaintenanceRunHistoryResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListMaintenanceRunHistoryResponse Modifier and Type Method Description ListMaintenanceRunHistoryResponseListMaintenanceRunHistoryResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListMaintenanceRunHistoryResponse Modifier and Type Method Description ListMaintenanceRunHistoryResponse.BuilderListMaintenanceRunHistoryResponse.Builder. copy(ListMaintenanceRunHistoryResponse o)Copy method to populate the builder with values from the given instance.
-