Uses of Class
com.oracle.bmc.databasemanagement.model.PatchInstruction
-
Packages that use PatchInstruction Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of PatchInstruction in com.oracle.bmc.databasemanagement.model
Subclasses of PatchInstruction in com.oracle.bmc.databasemanagement.model Modifier and Type Class Description class
PatchMergeInstruction
An operation that recursively updates items of the selection, or adding the value if the selection is empty.Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type PatchInstruction Modifier and Type Method Description List<PatchInstruction>
PatchExternalDbSystemDiscoveryDetails. getItems()
A sequence of instructions to apply to the resource.Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type PatchInstruction Modifier and Type Method Description PatchExternalDbSystemDiscoveryDetails.Builder
PatchExternalDbSystemDiscoveryDetails.Builder. items(List<PatchInstruction> items)
A sequence of instructions to apply to the resource.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type PatchInstruction Constructor Description PatchExternalDbSystemDiscoveryDetails(List<PatchInstruction> items)
Deprecated.
-