Uses of Class
com.oracle.bmc.database.responses.ListDbSystemPatchHistoryEntriesResponse
-
Packages that use ListDbSystemPatchHistoryEntriesResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListDbSystemPatchHistoryEntriesResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListDbSystemPatchHistoryEntriesResponse Modifier and Type Method Description ListDbSystemPatchHistoryEntriesResponse
Database. listDbSystemPatchHistoryEntries(ListDbSystemPatchHistoryEntriesRequest request)
Gets the history of the patch actions performed on the specified DB system.ListDbSystemPatchHistoryEntriesResponse
DatabaseClient. listDbSystemPatchHistoryEntries(ListDbSystemPatchHistoryEntriesRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ListDbSystemPatchHistoryEntriesResponse 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 ListDbSystemPatchHistoryEntriesResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListDbSystemPatchHistoryEntriesResponse Modifier and Type Method Description ListDbSystemPatchHistoryEntriesResponse
ListDbSystemPatchHistoryEntriesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListDbSystemPatchHistoryEntriesResponse Modifier and Type Method Description ListDbSystemPatchHistoryEntriesResponse.Builder
ListDbSystemPatchHistoryEntriesResponse.Builder. copy(ListDbSystemPatchHistoryEntriesResponse o)
Copy method to populate the builder with values from the given instance.
-