Uses of Class
com.oracle.bmc.desktops.model.InactivityConfig.Action
-
Packages that use InactivityConfig.Action Package Description com.oracle.bmc.desktops.model -
-
Uses of InactivityConfig.Action in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return InactivityConfig.Action Modifier and Type Method Description static InactivityConfig.Action
InactivityConfig.Action. create(String key)
InactivityConfig.Action
InactivityConfig. getAction()
an inactivity action to be triggeredstatic InactivityConfig.Action
InactivityConfig.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static InactivityConfig.Action[]
InactivityConfig.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 InactivityConfig.Action Modifier and Type Method Description InactivityConfig.Builder
InactivityConfig.Builder. action(InactivityConfig.Action action)
an inactivity action to be triggeredConstructors in com.oracle.bmc.desktops.model with parameters of type InactivityConfig.Action Constructor Description InactivityConfig(InactivityConfig.Action action, Integer gracePeriodInMinutes)
Deprecated.
-