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.databaseMethods in com.oracle.bmc.database that return ListOneoffPatchesResponse Modifier and Type Method Description ListOneoffPatchesResponseDatabase. listOneoffPatches(ListOneoffPatchesRequest request)Lists one-off patches in the specified compartment.ListOneoffPatchesResponseDatabaseClient. 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.responsesMethods in com.oracle.bmc.database.responses that return ListOneoffPatchesResponse Modifier and Type Method Description ListOneoffPatchesResponseListOneoffPatchesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListOneoffPatchesResponse Modifier and Type Method Description ListOneoffPatchesResponse.BuilderListOneoffPatchesResponse.Builder. copy(ListOneoffPatchesResponse o)Copy method to populate the builder with values from the given instance.
 
-