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