Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private Resolution |
Device.resolution |
Modifier and Type | Method and Description |
---|---|
Resolution |
Resolution.clone() |
Resolution |
Device.getResolution() |
Resolution |
Resolution.withHeight(java.lang.Integer height)
The screen resolution's height, expressed in pixels.
|
Resolution |
Resolution.withWidth(java.lang.Integer width)
The screen resolution's width, expressed in pixels.
|
Modifier and Type | Method and Description |
---|---|
void |
Device.setResolution(Resolution resolution) |
Device |
Device.withResolution(Resolution resolution) |
Modifier and Type | Method and Description |
---|---|
Resolution |
ResolutionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ResolutionJsonMarshaller.marshall(Resolution resolution,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|