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 ResolutionResolution. clone()ResolutionDevice. getResolution()ResolutionResolution. withHeight(Integer height)The screen resolution's height, expressed in pixels.ResolutionResolution. 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 voidDevice. setResolution(Resolution resolution)DeviceDevice. withResolution(Resolution resolution)
-