Uses of Class
com.oracle.bmc.optimizer.model.ActionType
-
Packages that use ActionType Package Description com.oracle.bmc.optimizer.model -
-
Uses of ActionType in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return ActionType Modifier and Type Method Description static ActionType
ActionType. create(String key)
ActionType
Action. getType()
The status of the resource action.static ActionType
ActionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActionType[]
ActionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.optimizer.model with parameters of type ActionType Modifier and Type Method Description Action.Builder
Action.Builder. type(ActionType type)
The status of the resource action.Constructors in com.oracle.bmc.optimizer.model with parameters of type ActionType Constructor Description Action(ActionType type, String description, String url)
Deprecated.
-