Uses of Class
com.oracle.bmc.database.requests.ListVmClusterPatchHistoryEntriesRequest
-
Packages that use ListVmClusterPatchHistoryEntriesRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListVmClusterPatchHistoryEntriesRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type ListVmClusterPatchHistoryEntriesRequest Modifier and Type Method Description Future<ListVmClusterPatchHistoryEntriesResponse>
DatabaseAsync. listVmClusterPatchHistoryEntries(ListVmClusterPatchHistoryEntriesRequest request, AsyncHandler<ListVmClusterPatchHistoryEntriesRequest,ListVmClusterPatchHistoryEntriesResponse> handler)
Gets the history of the patch actions performed on the specified VM cluster in an Exadata Cloud@Customer system.Future<ListVmClusterPatchHistoryEntriesResponse>
DatabaseAsyncClient. listVmClusterPatchHistoryEntries(ListVmClusterPatchHistoryEntriesRequest request, AsyncHandler<ListVmClusterPatchHistoryEntriesRequest,ListVmClusterPatchHistoryEntriesResponse> handler)
-
Uses of ListVmClusterPatchHistoryEntriesRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListVmClusterPatchHistoryEntriesRequest Modifier and Type Method Description ListVmClusterPatchHistoryEntriesRequest
ListVmClusterPatchHistoryEntriesRequest.Builder. build()
Build the instance of ListVmClusterPatchHistoryEntriesRequest as configured by this builderListVmClusterPatchHistoryEntriesRequest
ListVmClusterPatchHistoryEntriesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListVmClusterPatchHistoryEntriesRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListVmClusterPatchHistoryEntriesRequest Modifier and Type Method Description ListVmClusterPatchHistoryEntriesRequest.Builder
ListVmClusterPatchHistoryEntriesRequest.Builder. copy(ListVmClusterPatchHistoryEntriesRequest o)
Copy method to populate the builder with values from the given instance.
-