Uses of Class
com.oracle.bmc.desktops.model.DesktopAction
-
Packages that use DesktopAction Package Description com.oracle.bmc.desktops.model -
-
Uses of DesktopAction in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return DesktopAction Modifier and Type Method Description DesktopActionDesktopAction.Builder. build()DesktopActionDesktopConnection. getLastAction()DesktopActionDesktopConnection. getNextAction()Methods in com.oracle.bmc.desktops.model with parameters of type DesktopAction Modifier and Type Method Description DesktopAction.BuilderDesktopAction.Builder. copy(DesktopAction model)DesktopConnection.BuilderDesktopConnection.Builder. lastAction(DesktopAction lastAction)DesktopConnection.BuilderDesktopConnection.Builder. nextAction(DesktopAction nextAction)Constructors in com.oracle.bmc.desktops.model with parameters of type DesktopAction Constructor Description DesktopConnection(Date timeConnected, Date timeDisconnected, DesktopAction nextAction, DesktopAction lastAction, String clientType, String clientVersion, String clientPlatform)Deprecated.
-