Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private CPU |
Device.cpu
Information about the device's CPU.
|
Modifier and Type | Method and Description |
---|---|
CPU |
CPU.clone() |
CPU |
Device.getCpu()
Information about the device's CPU.
|
CPU |
CPU.withArchitecture(java.lang.String architecture)
The CPU's architecture, for example x86 or ARM.
|
CPU |
CPU.withClock(java.lang.Double clock)
The clock speed of the device's CPU, expressed in hertz (Hz).
|
CPU |
CPU.withFrequency(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
CPU |
CPUJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CPUJsonMarshaller.marshall(CPU cPU,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|