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