Uses of Class
com.oracle.bmc.desktops.model.DesktopDevicePolicy.CdmMode
-
Packages that use DesktopDevicePolicy.CdmMode Package Description com.oracle.bmc.desktops.model -
-
Uses of DesktopDevicePolicy.CdmMode in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return DesktopDevicePolicy.CdmMode Modifier and Type Method Description static DesktopDevicePolicy.CdmMode
DesktopDevicePolicy.CdmMode. create(String key)
DesktopDevicePolicy.CdmMode
DesktopDevicePolicy. getCdmMode()
The client local drive access mode.static DesktopDevicePolicy.CdmMode
DesktopDevicePolicy.CdmMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DesktopDevicePolicy.CdmMode[]
DesktopDevicePolicy.CdmMode. 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 DesktopDevicePolicy.CdmMode Modifier and Type Method Description DesktopDevicePolicy.Builder
DesktopDevicePolicy.Builder. cdmMode(DesktopDevicePolicy.CdmMode cdmMode)
The client local drive access mode.Constructors in com.oracle.bmc.desktops.model with parameters of type DesktopDevicePolicy.CdmMode Constructor Description DesktopDevicePolicy(DesktopDevicePolicy.ClipboardMode clipboardMode, DesktopDevicePolicy.AudioMode audioMode, DesktopDevicePolicy.CdmMode cdmMode, Boolean isPrintingEnabled, Boolean isPointerEnabled, Boolean isKeyboardEnabled, Boolean isDisplayEnabled)
Deprecated.
-