Uses of Class
com.oracle.bmc.database.model.UpdateOneoffPatchDetails
-
Packages that use UpdateOneoffPatchDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of UpdateOneoffPatchDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateOneoffPatchDetails Modifier and Type Method Description UpdateOneoffPatchDetails
UpdateOneoffPatchDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type UpdateOneoffPatchDetails Modifier and Type Method Description UpdateOneoffPatchDetails.Builder
UpdateOneoffPatchDetails.Builder. copy(UpdateOneoffPatchDetails model)
-
Uses of UpdateOneoffPatchDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateOneoffPatchDetails Modifier and Type Method Description UpdateOneoffPatchDetails
UpdateOneoffPatchRequest. getBody$()
Alternative accessor for the body parameter.UpdateOneoffPatchDetails
UpdateOneoffPatchRequest. getUpdateOneoffPatchDetails()
Request to update the properties of a one-off patch.Methods in com.oracle.bmc.database.requests with parameters of type UpdateOneoffPatchDetails Modifier and Type Method Description UpdateOneoffPatchRequest.Builder
UpdateOneoffPatchRequest.Builder. body$(UpdateOneoffPatchDetails body)
Alternative setter for the body parameter.UpdateOneoffPatchRequest.Builder
UpdateOneoffPatchRequest.Builder. updateOneoffPatchDetails(UpdateOneoffPatchDetails updateOneoffPatchDetails)
Request to update the properties of a one-off patch.
-