Uses of Class
com.oracle.bmc.capacitymanagement.model.PatchInsertInstruction.Position
-
Packages that use PatchInsertInstruction.Position Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of PatchInsertInstruction.Position in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return PatchInsertInstruction.Position Modifier and Type Method Description static PatchInsertInstruction.Position
PatchInsertInstruction.Position. create(String key)
PatchInsertInstruction.Position
PatchInsertInstruction. getPosition()
Where to insert the value, relative to the first item matched by selectedItem.static PatchInsertInstruction.Position
PatchInsertInstruction.Position. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchInsertInstruction.Position[]
PatchInsertInstruction.Position. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type PatchInsertInstruction.Position Modifier and Type Method Description PatchInsertInstruction.Builder
PatchInsertInstruction.Builder. position(PatchInsertInstruction.Position position)
Where to insert the value, relative to the first item matched by selectedItem.Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type PatchInsertInstruction.Position Constructor Description PatchInsertInstruction(String selection, Object value, String selectedItem, PatchInsertInstruction.Position position)
Deprecated.
-