Uses of Class
com.oracle.bmc.database.requests.ListDbSystemPatchHistoryEntriesRequest
-
Packages that use ListDbSystemPatchHistoryEntriesRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListDbSystemPatchHistoryEntriesRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type ListDbSystemPatchHistoryEntriesRequest Modifier and Type Method Description Future<ListDbSystemPatchHistoryEntriesResponse>DatabaseAsync. listDbSystemPatchHistoryEntries(ListDbSystemPatchHistoryEntriesRequest request, AsyncHandler<ListDbSystemPatchHistoryEntriesRequest,ListDbSystemPatchHistoryEntriesResponse> handler)Gets the history of the patch actions performed on the specified DB system.Future<ListDbSystemPatchHistoryEntriesResponse>DatabaseAsyncClient. listDbSystemPatchHistoryEntries(ListDbSystemPatchHistoryEntriesRequest request, AsyncHandler<ListDbSystemPatchHistoryEntriesRequest,ListDbSystemPatchHistoryEntriesResponse> handler) -
Uses of ListDbSystemPatchHistoryEntriesRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListDbSystemPatchHistoryEntriesRequest Modifier and Type Method Description ListDbSystemPatchHistoryEntriesRequestListDbSystemPatchHistoryEntriesRequest.Builder. build()Build the instance of ListDbSystemPatchHistoryEntriesRequest as configured by this builderListDbSystemPatchHistoryEntriesRequestListDbSystemPatchHistoryEntriesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDbSystemPatchHistoryEntriesRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListDbSystemPatchHistoryEntriesRequest Modifier and Type Method Description ListDbSystemPatchHistoryEntriesRequest.BuilderListDbSystemPatchHistoryEntriesRequest.Builder. copy(ListDbSystemPatchHistoryEntriesRequest o)Copy method to populate the builder with values from the given instance.
-