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