Uses of Class
com.oracle.bmc.database.responses.ListDbHomePatchesResponse
-
Packages that use ListDbHomePatchesResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListDbHomePatchesResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListDbHomePatchesResponse Modifier and Type Method Description ListDbHomePatchesResponse
Database. listDbHomePatches(ListDbHomePatchesRequest request)
Lists patches applicable to the requested Database Home.ListDbHomePatchesResponse
DatabaseClient. listDbHomePatches(ListDbHomePatchesRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type ListDbHomePatchesResponse Modifier and Type Method Description Future<ListDbHomePatchesResponse>
DatabaseAsync. listDbHomePatches(ListDbHomePatchesRequest request, AsyncHandler<ListDbHomePatchesRequest,ListDbHomePatchesResponse> handler)
Lists patches applicable to the requested Database Home.Future<ListDbHomePatchesResponse>
DatabaseAsyncClient. listDbHomePatches(ListDbHomePatchesRequest request, AsyncHandler<ListDbHomePatchesRequest,ListDbHomePatchesResponse> handler)
Iterable<ListDbHomePatchesResponse>
DatabasePaginators. listDbHomePatchesResponseIterator(ListDbHomePatchesRequest request)
Creates a new iterable which will iterate over the responses received from the listDbHomePatches operation.Method parameters in com.oracle.bmc.database with type arguments of type ListDbHomePatchesResponse Modifier and Type Method Description Future<ListDbHomePatchesResponse>
DatabaseAsync. listDbHomePatches(ListDbHomePatchesRequest request, AsyncHandler<ListDbHomePatchesRequest,ListDbHomePatchesResponse> handler)
Lists patches applicable to the requested Database Home.Future<ListDbHomePatchesResponse>
DatabaseAsyncClient. listDbHomePatches(ListDbHomePatchesRequest request, AsyncHandler<ListDbHomePatchesRequest,ListDbHomePatchesResponse> handler)
-
Uses of ListDbHomePatchesResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListDbHomePatchesResponse Modifier and Type Method Description ListDbHomePatchesResponse
ListDbHomePatchesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListDbHomePatchesResponse Modifier and Type Method Description ListDbHomePatchesResponse.Builder
ListDbHomePatchesResponse.Builder. copy(ListDbHomePatchesResponse o)
Copy method to populate the builder with values from the given instance.
-