Uses of Class
com.oracle.bmc.desktops.model.DesktopAction.Action
-
Packages that use DesktopAction.Action Package Description com.oracle.bmc.desktops.model -
-
Uses of DesktopAction.Action in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return DesktopAction.Action Modifier and Type Method Description static DesktopAction.ActionDesktopAction.Action. create(String key)DesktopAction.ActionDesktopAction. getAction()An action performed on a desktop.static DesktopAction.ActionDesktopAction.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static DesktopAction.Action[]DesktopAction.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.desktops.model with parameters of type DesktopAction.Action Modifier and Type Method Description DesktopAction.BuilderDesktopAction.Builder. action(DesktopAction.Action action)An action performed on a desktop.Constructors in com.oracle.bmc.desktops.model with parameters of type DesktopAction.Action Constructor Description DesktopAction(DesktopAction.Action action, Date timeApplied)Deprecated.
-