Uses of Class
com.oracle.bmc.database.requests.UpdateOneoffPatchRequest
-
Packages that use UpdateOneoffPatchRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateOneoffPatchRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type UpdateOneoffPatchRequest Modifier and Type Method Description UpdateOneoffPatchResponse
Database. updateOneoffPatch(UpdateOneoffPatchRequest request)
Updates the properties of the specified one-off patch.Future<UpdateOneoffPatchResponse>
DatabaseAsync. updateOneoffPatch(UpdateOneoffPatchRequest request, AsyncHandler<UpdateOneoffPatchRequest,UpdateOneoffPatchResponse> handler)
Updates the properties of the specified one-off patch.Future<UpdateOneoffPatchResponse>
DatabaseAsyncClient. updateOneoffPatch(UpdateOneoffPatchRequest request, AsyncHandler<UpdateOneoffPatchRequest,UpdateOneoffPatchResponse> handler)
UpdateOneoffPatchResponse
DatabaseClient. updateOneoffPatch(UpdateOneoffPatchRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateOneoffPatchRequest Modifier and Type Method Description Future<UpdateOneoffPatchResponse>
DatabaseAsync. updateOneoffPatch(UpdateOneoffPatchRequest request, AsyncHandler<UpdateOneoffPatchRequest,UpdateOneoffPatchResponse> handler)
Updates the properties of the specified one-off patch.Future<UpdateOneoffPatchResponse>
DatabaseAsyncClient. updateOneoffPatch(UpdateOneoffPatchRequest request, AsyncHandler<UpdateOneoffPatchRequest,UpdateOneoffPatchResponse> handler)
-
Uses of UpdateOneoffPatchRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateOneoffPatchRequest Modifier and Type Method Description UpdateOneoffPatchRequest
UpdateOneoffPatchRequest.Builder. build()
Build the instance of UpdateOneoffPatchRequest as configured by this builderUpdateOneoffPatchRequest
UpdateOneoffPatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOneoffPatchRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateOneoffPatchRequest Modifier and Type Method Description UpdateOneoffPatchRequest.Builder
UpdateOneoffPatchRequest.Builder. copy(UpdateOneoffPatchRequest o)
Copy method to populate the builder with values from the given instance.
-