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