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