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