Uses of Class
com.oracle.bmc.database.requests.GetVmClusterUpdateHistoryEntryRequest
-
Packages that use GetVmClusterUpdateHistoryEntryRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetVmClusterUpdateHistoryEntryRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type GetVmClusterUpdateHistoryEntryRequest Modifier and Type Method Description Future<GetVmClusterUpdateHistoryEntryResponse>
DatabaseAsync. getVmClusterUpdateHistoryEntry(GetVmClusterUpdateHistoryEntryRequest request, AsyncHandler<GetVmClusterUpdateHistoryEntryRequest,GetVmClusterUpdateHistoryEntryResponse> handler)
Gets the maintenance update history details for the specified update history entry.Future<GetVmClusterUpdateHistoryEntryResponse>
DatabaseAsyncClient. getVmClusterUpdateHistoryEntry(GetVmClusterUpdateHistoryEntryRequest request, AsyncHandler<GetVmClusterUpdateHistoryEntryRequest,GetVmClusterUpdateHistoryEntryResponse> handler)
-
Uses of GetVmClusterUpdateHistoryEntryRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetVmClusterUpdateHistoryEntryRequest Modifier and Type Method Description GetVmClusterUpdateHistoryEntryRequest
GetVmClusterUpdateHistoryEntryRequest.Builder. build()
Build the instance of GetVmClusterUpdateHistoryEntryRequest as configured by this builderGetVmClusterUpdateHistoryEntryRequest
GetVmClusterUpdateHistoryEntryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetVmClusterUpdateHistoryEntryRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetVmClusterUpdateHistoryEntryRequest Modifier and Type Method Description GetVmClusterUpdateHistoryEntryRequest.Builder
GetVmClusterUpdateHistoryEntryRequest.Builder. copy(GetVmClusterUpdateHistoryEntryRequest o)
Copy method to populate the builder with values from the given instance.
-