Uses of Class
com.oracle.bmc.desktops.model.DesktopSchedule
-
Packages that use DesktopSchedule Package Description com.oracle.bmc.desktops.model -
-
Uses of DesktopSchedule in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return DesktopSchedule Modifier and Type Method Description DesktopSchedule
DesktopSchedule.Builder. build()
DesktopSchedule
DesktopAvailabilityPolicy. getStartSchedule()
DesktopSchedule
DesktopAvailabilityPolicy. getStopSchedule()
Methods in com.oracle.bmc.desktops.model with parameters of type DesktopSchedule Modifier and Type Method Description DesktopSchedule.Builder
DesktopSchedule.Builder. copy(DesktopSchedule model)
DesktopAvailabilityPolicy.Builder
DesktopAvailabilityPolicy.Builder. startSchedule(DesktopSchedule startSchedule)
DesktopAvailabilityPolicy.Builder
DesktopAvailabilityPolicy.Builder. stopSchedule(DesktopSchedule stopSchedule)
Constructors in com.oracle.bmc.desktops.model with parameters of type DesktopSchedule Constructor Description DesktopAvailabilityPolicy(DesktopSchedule startSchedule, DesktopSchedule stopSchedule)
Deprecated.
-