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