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.modelMethods in com.oracle.bmc.database.model that return OneoffPatch Modifier and Type Method Description OneoffPatchOneoffPatch.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type OneoffPatch Modifier and Type Method Description OneoffPatch.BuilderOneoffPatch.Builder. copy(OneoffPatch model)
- 
Uses of OneoffPatch in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return OneoffPatch Modifier and Type Method Description OneoffPatchCreateOneoffPatchResponse. getOneoffPatch()The returned OneoffPatch instance.OneoffPatchGetOneoffPatchResponse. getOneoffPatch()The returned OneoffPatch instance.OneoffPatchUpdateOneoffPatchResponse. getOneoffPatch()The returned OneoffPatch instance.Methods in com.oracle.bmc.database.responses with parameters of type OneoffPatch Modifier and Type Method Description CreateOneoffPatchResponse.BuilderCreateOneoffPatchResponse.Builder. oneoffPatch(OneoffPatch oneoffPatch)The returned OneoffPatch instance.GetOneoffPatchResponse.BuilderGetOneoffPatchResponse.Builder. oneoffPatch(OneoffPatch oneoffPatch)The returned OneoffPatch instance.UpdateOneoffPatchResponse.BuilderUpdateOneoffPatchResponse.Builder. oneoffPatch(OneoffPatch oneoffPatch)The returned OneoffPatch instance.
 
-