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 CPUCPU. clone()CPUDevice. getCpu()Information about the device's CPU.CPUCPU. withArchitecture(String architecture)The CPU's architecture, for example x86 or ARM.CPUCPU. withClock(Double clock)The clock speed of the device's CPU, expressed in hertz (Hz).CPUCPU. withFrequency(String frequency)The CPU's frequency.Methods in com.amazonaws.services.devicefarm.model with parameters of type CPU Modifier and Type Method Description voidDevice. setCpu(CPU cpu)Information about the device's CPU.DeviceDevice. withCpu(CPU cpu)Information about the device's CPU.
-