Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.PatchInstruction
-
Packages that use PatchInstruction Package Description com.oracle.bmc.globallydistributeddatabase.model -
-
Uses of PatchInstruction in com.oracle.bmc.globallydistributeddatabase.model
Subclasses of PatchInstruction in com.oracle.bmc.globallydistributeddatabase.model Modifier and Type Class Description class
PatchInsertInstruction
An operation that inserts a value into an array, shifting array items as necessary and handling NOT_FOUND exceptions by creating the implied containing structure.class
PatchMergeInstruction
An operation that recursively updates items of the selection, or adding the value if the selection is empty.class
PatchRemoveInstruction
An operation that deletes items, ignoring NOT_FOUND exceptions.Methods in com.oracle.bmc.globallydistributeddatabase.model that return types with arguments of type PatchInstruction Modifier and Type Method Description List<PatchInstruction>
PatchShardedDatabaseDetails. getItems()
List of patch instructions.Method parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type PatchInstruction Modifier and Type Method Description PatchShardedDatabaseDetails.Builder
PatchShardedDatabaseDetails.Builder. items(List<PatchInstruction> items)
List of patch instructions.Constructor parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type PatchInstruction Constructor Description PatchShardedDatabaseDetails(List<PatchInstruction> items)
Deprecated.
-