Uses of Class
com.oracle.bmc.database.requests.DeleteOneoffPatchRequest
-
Packages that use DeleteOneoffPatchRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of DeleteOneoffPatchRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type DeleteOneoffPatchRequest Modifier and Type Method Description 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 DeleteOneoffPatchRequest 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 DeleteOneoffPatchRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DeleteOneoffPatchRequest Modifier and Type Method Description DeleteOneoffPatchRequest
DeleteOneoffPatchRequest.Builder. build()
Build the instance of DeleteOneoffPatchRequest as configured by this builderDeleteOneoffPatchRequest
DeleteOneoffPatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteOneoffPatchRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type DeleteOneoffPatchRequest Modifier and Type Method Description DeleteOneoffPatchRequest.Builder
DeleteOneoffPatchRequest.Builder. copy(DeleteOneoffPatchRequest o)
Copy method to populate the builder with values from the given instance.
-