Uses of Class
com.oracle.bmc.database.responses.GetExadbVmClusterUpdateHistoryEntryResponse
-
Packages that use GetExadbVmClusterUpdateHistoryEntryResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetExadbVmClusterUpdateHistoryEntryResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetExadbVmClusterUpdateHistoryEntryResponse Modifier and Type Method Description GetExadbVmClusterUpdateHistoryEntryResponse
Database. getExadbVmClusterUpdateHistoryEntry(GetExadbVmClusterUpdateHistoryEntryRequest request)
Gets the maintenance update history details for the specified update history entry.GetExadbVmClusterUpdateHistoryEntryResponse
DatabaseClient. getExadbVmClusterUpdateHistoryEntry(GetExadbVmClusterUpdateHistoryEntryRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetExadbVmClusterUpdateHistoryEntryResponse Modifier and Type Method Description Future<GetExadbVmClusterUpdateHistoryEntryResponse>
DatabaseAsync. getExadbVmClusterUpdateHistoryEntry(GetExadbVmClusterUpdateHistoryEntryRequest request, AsyncHandler<GetExadbVmClusterUpdateHistoryEntryRequest,GetExadbVmClusterUpdateHistoryEntryResponse> handler)
Gets the maintenance update history details for the specified update history entry.Future<GetExadbVmClusterUpdateHistoryEntryResponse>
DatabaseAsyncClient. getExadbVmClusterUpdateHistoryEntry(GetExadbVmClusterUpdateHistoryEntryRequest request, AsyncHandler<GetExadbVmClusterUpdateHistoryEntryRequest,GetExadbVmClusterUpdateHistoryEntryResponse> handler)
-
Uses of GetExadbVmClusterUpdateHistoryEntryResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetExadbVmClusterUpdateHistoryEntryResponse Modifier and Type Method Description GetExadbVmClusterUpdateHistoryEntryResponse
GetExadbVmClusterUpdateHistoryEntryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetExadbVmClusterUpdateHistoryEntryResponse Modifier and Type Method Description GetExadbVmClusterUpdateHistoryEntryResponse.Builder
GetExadbVmClusterUpdateHistoryEntryResponse.Builder. copy(GetExadbVmClusterUpdateHistoryEntryResponse o)
Copy method to populate the builder with values from the given instance.
-