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