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