Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private Device |
Problem.device
Information about the associated device.
|
private Device |
Job.device |
private Device |
GetDeviceResult.device |
private Device |
DevicePoolCompatibilityResult.device |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Device> |
ListDevicesResult.devices
Information about the devices.
|
Modifier and Type | Method and Description |
---|---|
Device |
Device.clone() |
Device |
Problem.getDevice()
Information about the associated device.
|
Device |
Job.getDevice() |
Device |
GetDeviceResult.getDevice() |
Device |
DevicePoolCompatibilityResult.getDevice() |
Device |
Device.withArn(java.lang.String arn)
The device's ARN.
|
Device |
Device.withCarrier(java.lang.String carrier)
The device's carrier.
|
Device |
Device.withCpu(CPU cpu)
Information about the device's CPU.
|
Device |
Device.withFormFactor(DeviceFormFactor formFactor)
The device's form factor.
|
Device |
Device.withFormFactor(java.lang.String formFactor)
The device's form factor.
|
Device |
Device.withHeapSize(java.lang.Long heapSize)
The device's heap size, expressed in bytes.
|
Device |
Device.withImage(java.lang.String image)
The device's image name.
|
Device |
Device.withManufacturer(java.lang.String manufacturer)
The device's manufacturer name.
|
Device |
Device.withMemory(java.lang.Long memory)
The device's total memory size, expressed in bytes.
|
Device |
Device.withModel(java.lang.String model)
The device's model name.
|
Device |
Device.withName(java.lang.String name)
The device's display name.
|
Device |
Device.withOs(java.lang.String os)
The device's operating system type.
|
Device |
Device.withPlatform(DevicePlatform platform)
The device's platform.
|
Device |
Device.withPlatform(java.lang.String platform)
The device's platform.
|
Device |
Device.withRadio(java.lang.String radio)
The device's radio.
|
Device |
Device.withResolution(Resolution resolution) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Device> |
ListDevicesResult.getDevices()
Information about the devices.
|
Modifier and Type | Method and Description |
---|---|
void |
Problem.setDevice(Device device)
Information about the associated device.
|
void |
Job.setDevice(Device device) |
void |
GetDeviceResult.setDevice(Device device) |
void |
DevicePoolCompatibilityResult.setDevice(Device device) |
Problem |
Problem.withDevice(Device device)
Information about the associated device.
|
Job |
Job.withDevice(Device device) |
GetDeviceResult |
GetDeviceResult.withDevice(Device device) |
DevicePoolCompatibilityResult |
DevicePoolCompatibilityResult.withDevice(Device device) |
ListDevicesResult |
ListDevicesResult.withDevices(Device... devices)
Information about the devices.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDevicesResult.setDevices(java.util.Collection<Device> devices)
Information about the devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(java.util.Collection<Device> devices)
Information about the devices.
|
Modifier and Type | Method and Description |
---|---|
Device |
DeviceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceJsonMarshaller.marshall(Device device,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|