Uses of Class
com.oracle.bmc.database.model.OneoffPatch
-
Packages that use OneoffPatch Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of OneoffPatch in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return OneoffPatch Modifier and Type Method Description OneoffPatch
OneoffPatch.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type OneoffPatch Modifier and Type Method Description OneoffPatch.Builder
OneoffPatch.Builder. copy(OneoffPatch model)
-
Uses of OneoffPatch in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return OneoffPatch Modifier and Type Method Description OneoffPatch
CreateOneoffPatchResponse. getOneoffPatch()
The returned OneoffPatch instance.OneoffPatch
GetOneoffPatchResponse. getOneoffPatch()
The returned OneoffPatch instance.OneoffPatch
UpdateOneoffPatchResponse. getOneoffPatch()
The returned OneoffPatch instance.Methods in com.oracle.bmc.database.responses with parameters of type OneoffPatch Modifier and Type Method Description CreateOneoffPatchResponse.Builder
CreateOneoffPatchResponse.Builder. oneoffPatch(OneoffPatch oneoffPatch)
The returned OneoffPatch instance.GetOneoffPatchResponse.Builder
GetOneoffPatchResponse.Builder. oneoffPatch(OneoffPatch oneoffPatch)
The returned OneoffPatch instance.UpdateOneoffPatchResponse.Builder
UpdateOneoffPatchResponse.Builder. oneoffPatch(OneoffPatch oneoffPatch)
The returned OneoffPatch instance.
-