Uses of Class
com.oracle.bmc.database.responses.GetVmClusterPatchHistoryEntryResponse
-
Packages that use GetVmClusterPatchHistoryEntryResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetVmClusterPatchHistoryEntryResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetVmClusterPatchHistoryEntryResponse Modifier and Type Method Description GetVmClusterPatchHistoryEntryResponse
Database. getVmClusterPatchHistoryEntry(GetVmClusterPatchHistoryEntryRequest request)
Gets the patch history details for the specified patch history entry.GetVmClusterPatchHistoryEntryResponse
DatabaseClient. getVmClusterPatchHistoryEntry(GetVmClusterPatchHistoryEntryRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type GetVmClusterPatchHistoryEntryResponse 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)
Method parameters in com.oracle.bmc.database with type arguments of type GetVmClusterPatchHistoryEntryResponse 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 GetVmClusterPatchHistoryEntryResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetVmClusterPatchHistoryEntryResponse Modifier and Type Method Description GetVmClusterPatchHistoryEntryResponse
GetVmClusterPatchHistoryEntryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetVmClusterPatchHistoryEntryResponse Modifier and Type Method Description GetVmClusterPatchHistoryEntryResponse.Builder
GetVmClusterPatchHistoryEntryResponse.Builder. copy(GetVmClusterPatchHistoryEntryResponse o)
Copy method to populate the builder with values from the given instance.
-