Uses of Class
com.oracle.bmc.database.requests.ListExadbVmClusterUpdateHistoryEntriesRequest
-
Packages that use ListExadbVmClusterUpdateHistoryEntriesRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListExadbVmClusterUpdateHistoryEntriesRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type ListExadbVmClusterUpdateHistoryEntriesRequest Modifier and Type Method Description Future<ListExadbVmClusterUpdateHistoryEntriesResponse>
DatabaseAsync. listExadbVmClusterUpdateHistoryEntries(ListExadbVmClusterUpdateHistoryEntriesRequest request, AsyncHandler<ListExadbVmClusterUpdateHistoryEntriesRequest,ListExadbVmClusterUpdateHistoryEntriesResponse> handler)
Gets the history of the maintenance update actions performed on the specified Exadata VM cluster on Exascale Infrastructure.Future<ListExadbVmClusterUpdateHistoryEntriesResponse>
DatabaseAsyncClient. listExadbVmClusterUpdateHistoryEntries(ListExadbVmClusterUpdateHistoryEntriesRequest request, AsyncHandler<ListExadbVmClusterUpdateHistoryEntriesRequest,ListExadbVmClusterUpdateHistoryEntriesResponse> handler)
-
Uses of ListExadbVmClusterUpdateHistoryEntriesRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListExadbVmClusterUpdateHistoryEntriesRequest Modifier and Type Method Description ListExadbVmClusterUpdateHistoryEntriesRequest
ListExadbVmClusterUpdateHistoryEntriesRequest.Builder. build()
Build the instance of ListExadbVmClusterUpdateHistoryEntriesRequest as configured by this builderListExadbVmClusterUpdateHistoryEntriesRequest
ListExadbVmClusterUpdateHistoryEntriesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListExadbVmClusterUpdateHistoryEntriesRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListExadbVmClusterUpdateHistoryEntriesRequest Modifier and Type Method Description ListExadbVmClusterUpdateHistoryEntriesRequest.Builder
ListExadbVmClusterUpdateHistoryEntriesRequest.Builder. copy(ListExadbVmClusterUpdateHistoryEntriesRequest o)
Copy method to populate the builder with values from the given instance.
-