Uses of Class
com.oracle.bmc.database.requests.GetDbSystemUpgradeHistoryEntryRequest
-
Packages that use GetDbSystemUpgradeHistoryEntryRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetDbSystemUpgradeHistoryEntryRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type GetDbSystemUpgradeHistoryEntryRequest Modifier and Type Method Description Future<GetDbSystemUpgradeHistoryEntryResponse>
DatabaseAsync. getDbSystemUpgradeHistoryEntry(GetDbSystemUpgradeHistoryEntryRequest request, AsyncHandler<GetDbSystemUpgradeHistoryEntryRequest,GetDbSystemUpgradeHistoryEntryResponse> handler)
Gets the details of the specified operating system upgrade operation for the specified DB system.Future<GetDbSystemUpgradeHistoryEntryResponse>
DatabaseAsyncClient. getDbSystemUpgradeHistoryEntry(GetDbSystemUpgradeHistoryEntryRequest request, AsyncHandler<GetDbSystemUpgradeHistoryEntryRequest,GetDbSystemUpgradeHistoryEntryResponse> handler)
-
Uses of GetDbSystemUpgradeHistoryEntryRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetDbSystemUpgradeHistoryEntryRequest Modifier and Type Method Description GetDbSystemUpgradeHistoryEntryRequest
GetDbSystemUpgradeHistoryEntryRequest.Builder. build()
Build the instance of GetDbSystemUpgradeHistoryEntryRequest as configured by this builderGetDbSystemUpgradeHistoryEntryRequest
GetDbSystemUpgradeHistoryEntryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDbSystemUpgradeHistoryEntryRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetDbSystemUpgradeHistoryEntryRequest Modifier and Type Method Description GetDbSystemUpgradeHistoryEntryRequest.Builder
GetDbSystemUpgradeHistoryEntryRequest.Builder. copy(GetDbSystemUpgradeHistoryEntryRequest o)
Copy method to populate the builder with values from the given instance.
-