| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Resolution |
Resolution.clone() |
Resolution |
Device.getResolution()
The resolution of the device.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Device.setResolution(Resolution resolution)
The resolution of the device.
|
Device |
Device.withResolution(Resolution resolution)
The resolution of the device.
|
Copyright © 2017. All rights reserved.