Uses of Class
com.oracle.bmc.desktops.model.DesktopConnection
-
Packages that use DesktopConnection Package Description com.oracle.bmc.desktops.model -
-
Uses of DesktopConnection in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return DesktopConnection Modifier and Type Method Description DesktopConnectionDesktopConnection.Builder. build()DesktopConnectionDesktop. getConnection()DesktopConnectionDesktopPoolDesktopSummary. getConnection()DesktopConnectionDesktopSummary. getConnection()Methods in com.oracle.bmc.desktops.model with parameters of type DesktopConnection Modifier and Type Method Description Desktop.BuilderDesktop.Builder. connection(DesktopConnection connection)DesktopPoolDesktopSummary.BuilderDesktopPoolDesktopSummary.Builder. connection(DesktopConnection connection)DesktopSummary.BuilderDesktopSummary.Builder. connection(DesktopConnection connection)DesktopConnection.BuilderDesktopConnection.Builder. copy(DesktopConnection model)Constructors in com.oracle.bmc.desktops.model with parameters of type DesktopConnection Constructor Description Desktop(String id, LifecycleState lifecycleState, Date timeCreated, String displayName, DesktopDevicePolicy devicePolicy, HostingOptions hostingOptions, String userName, String poolId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DesktopConnection connection)Deprecated.DesktopPoolDesktopSummary(LifecycleState lifecycleState, String instanceId, String userName, String desktopId, Boolean isAssigned, Date timeCreated, DesktopImage image, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DesktopConnection connection)Deprecated.DesktopSummary(String id, LifecycleState lifecycleState, Date timeCreated, String displayName, String userName, String poolId, DesktopImage image, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DesktopConnection connection)Deprecated.
-