Uses of Class
com.oracle.bmc.database.responses.UpdateOneoffPatchResponse
-
Packages that use UpdateOneoffPatchResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateOneoffPatchResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateOneoffPatchResponse Modifier and Type Method Description UpdateOneoffPatchResponse
Database. updateOneoffPatch(UpdateOneoffPatchRequest request)
Updates the properties of the specified one-off patch.UpdateOneoffPatchResponse
DatabaseClient. updateOneoffPatch(UpdateOneoffPatchRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type UpdateOneoffPatchResponse 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)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateOneoffPatchResponse 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 UpdateOneoffPatchResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateOneoffPatchResponse Modifier and Type Method Description UpdateOneoffPatchResponse
UpdateOneoffPatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateOneoffPatchResponse Modifier and Type Method Description UpdateOneoffPatchResponse.Builder
UpdateOneoffPatchResponse.Builder. copy(UpdateOneoffPatchResponse o)
Copy method to populate the builder with values from the given instance.
-