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