Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.PatchInsertInstruction.Builder
-
Packages that use PatchInsertInstruction.Builder Package Description com.oracle.bmc.globallydistributeddatabase.model -
-
Uses of PatchInsertInstruction.Builder in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return PatchInsertInstruction.Builder Modifier and Type Method Description static PatchInsertInstruction.Builder
PatchInsertInstruction. builder()
Create a new builder.PatchInsertInstruction.Builder
PatchInsertInstruction.Builder. copy(PatchInsertInstruction model)
PatchInsertInstruction.Builder
PatchInsertInstruction.Builder. selection(String selection)
PatchInsertInstruction.Builder
PatchInsertInstruction. toBuilder()
PatchInsertInstruction.Builder
PatchInsertInstruction.Builder. value(Object value)
A value to be inserted into the target.
-