Uses of Class
com.oracle.bmc.cloudmigrations.model.PreemptionAction.Type
-
Packages that use PreemptionAction.Type Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of PreemptionAction.Type in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return PreemptionAction.Type Modifier and Type Method Description static PreemptionAction.Type
PreemptionAction.Type. create(String key)
static PreemptionAction.Type
PreemptionAction.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static PreemptionAction.Type[]
PreemptionAction.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-