Uses of Class
com.oracle.bmc.database.responses.GetDbSystemPatchHistoryEntryResponse
-
Packages that use GetDbSystemPatchHistoryEntryResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetDbSystemPatchHistoryEntryResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetDbSystemPatchHistoryEntryResponse Modifier and Type Method Description GetDbSystemPatchHistoryEntryResponse
Database. getDbSystemPatchHistoryEntry(GetDbSystemPatchHistoryEntryRequest request)
Gets the details of the specified patch operation on the specified DB system.GetDbSystemPatchHistoryEntryResponse
DatabaseClient. getDbSystemPatchHistoryEntry(GetDbSystemPatchHistoryEntryRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type GetDbSystemPatchHistoryEntryResponse 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)
Method parameters in com.oracle.bmc.database with type arguments of type GetDbSystemPatchHistoryEntryResponse 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 GetDbSystemPatchHistoryEntryResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetDbSystemPatchHistoryEntryResponse Modifier and Type Method Description GetDbSystemPatchHistoryEntryResponse
GetDbSystemPatchHistoryEntryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetDbSystemPatchHistoryEntryResponse Modifier and Type Method Description GetDbSystemPatchHistoryEntryResponse.Builder
GetDbSystemPatchHistoryEntryResponse.Builder. copy(GetDbSystemPatchHistoryEntryResponse o)
Copy method to populate the builder with values from the given instance.
-