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