Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
CPU |
CPU.clone() |
CPU |
Device.getCpu()
Information about the device's CPU.
|
CPU |
CPU.withArchitecture(String architecture)
The CPU's architecture, for example x86 or ARM.
|
CPU |
CPU.withClock(Double clock)
The clock speed of the device's CPU, expressed in hertz (Hz).
|
CPU |
CPU.withFrequency(String frequency)
The CPU's frequency.
|
Modifier and Type | Method and Description |
---|---|
void |
Device.setCpu(CPU cpu)
Information about the device's CPU.
|
Device |
Device.withCpu(CPU cpu)
Information about the device's CPU.
|
Copyright © 2018. All rights reserved.