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