Uses of Class
com.amazonaws.services.devicefarm.model.CPU
-
Packages that use CPU Package Description com.amazonaws.services.devicefarm.model -
-
Uses of CPU in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return CPU Modifier and Type Method 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.Methods in com.amazonaws.services.devicefarm.model with parameters of type CPU Modifier and Type Method Description void
Device. setCpu(CPU cpu)
Information about the device's CPU.Device
Device. withCpu(CPU cpu)
Information about the device's CPU.
-