Uses of Class
com.oracle.bmc.database.requests.GetDbHomePatchHistoryEntryRequest
-
Packages that use GetDbHomePatchHistoryEntryRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetDbHomePatchHistoryEntryRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type GetDbHomePatchHistoryEntryRequest Modifier and Type Method Description GetDbHomePatchHistoryEntryResponse
Database. getDbHomePatchHistoryEntry(GetDbHomePatchHistoryEntryRequest request)
Gets the patch history details for the specified patchHistoryEntryIdFuture<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)
GetDbHomePatchHistoryEntryResponse
DatabaseClient. getDbHomePatchHistoryEntry(GetDbHomePatchHistoryEntryRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetDbHomePatchHistoryEntryRequest 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 GetDbHomePatchHistoryEntryRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetDbHomePatchHistoryEntryRequest Modifier and Type Method Description GetDbHomePatchHistoryEntryRequest
GetDbHomePatchHistoryEntryRequest.Builder. build()
Build the instance of GetDbHomePatchHistoryEntryRequest as configured by this builderGetDbHomePatchHistoryEntryRequest
GetDbHomePatchHistoryEntryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDbHomePatchHistoryEntryRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetDbHomePatchHistoryEntryRequest Modifier and Type Method Description GetDbHomePatchHistoryEntryRequest.Builder
GetDbHomePatchHistoryEntryRequest.Builder. copy(GetDbHomePatchHistoryEntryRequest o)
Copy method to populate the builder with values from the given instance.
-