Uses of Class
com.oracle.bmc.database.responses.DeleteOneoffPatchResponse
-
Packages that use DeleteOneoffPatchResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DeleteOneoffPatchResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DeleteOneoffPatchResponse Modifier and Type Method Description DeleteOneoffPatchResponse
Database. deleteOneoffPatch(DeleteOneoffPatchRequest request)
Deletes a one-off patch.DeleteOneoffPatchResponse
DatabaseClient. deleteOneoffPatch(DeleteOneoffPatchRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type DeleteOneoffPatchResponse Modifier and Type Method Description Future<DeleteOneoffPatchResponse>
DatabaseAsync. deleteOneoffPatch(DeleteOneoffPatchRequest request, AsyncHandler<DeleteOneoffPatchRequest,DeleteOneoffPatchResponse> handler)
Deletes a one-off patch.Future<DeleteOneoffPatchResponse>
DatabaseAsyncClient. deleteOneoffPatch(DeleteOneoffPatchRequest request, AsyncHandler<DeleteOneoffPatchRequest,DeleteOneoffPatchResponse> handler)
Waiter<DeleteOneoffPatchRequest,DeleteOneoffPatchResponse>
DatabaseWaiters. forDeleteOneoffPatch(DeleteOneoffPatchRequest request)
Creates a newWaiter
using the default configuration.Waiter<DeleteOneoffPatchRequest,DeleteOneoffPatchResponse>
DatabaseWaiters. forDeleteOneoffPatch(DeleteOneoffPatchRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type DeleteOneoffPatchResponse Modifier and Type Method Description Future<DeleteOneoffPatchResponse>
DatabaseAsync. deleteOneoffPatch(DeleteOneoffPatchRequest request, AsyncHandler<DeleteOneoffPatchRequest,DeleteOneoffPatchResponse> handler)
Deletes a one-off patch.Future<DeleteOneoffPatchResponse>
DatabaseAsyncClient. deleteOneoffPatch(DeleteOneoffPatchRequest request, AsyncHandler<DeleteOneoffPatchRequest,DeleteOneoffPatchResponse> handler)
-
Uses of DeleteOneoffPatchResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DeleteOneoffPatchResponse Modifier and Type Method Description DeleteOneoffPatchResponse
DeleteOneoffPatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DeleteOneoffPatchResponse Modifier and Type Method Description DeleteOneoffPatchResponse.Builder
DeleteOneoffPatchResponse.Builder. copy(DeleteOneoffPatchResponse o)
Copy method to populate the builder with values from the given instance.
-