Uses of Class
com.amazonaws.services.devicefarm.model.Resolution
-
Packages that use Resolution Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Resolution in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Resolution Modifier and Type Method Description Resolution
Resolution. clone()
Resolution
Device. getResolution()
Resolution
Resolution. withHeight(Integer height)
The screen resolution's height, expressed in pixels.Resolution
Resolution. withWidth(Integer width)
The screen resolution's width, expressed in pixels.Methods in com.amazonaws.services.devicefarm.model with parameters of type Resolution Modifier and Type Method Description void
Device. setResolution(Resolution resolution)
Device
Device. withResolution(Resolution resolution)
-