Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
Device |
Device.clone() |
Device |
Problem.getDevice()
Information about the associated device.
|
Device |
GetDeviceResult.getDevice() |
Device |
Job.getDevice() |
Device |
DevicePoolCompatibilityResult.getDevice() |
Device |
Device.withArn(String arn)
The device's ARN.
|
Device |
Device.withCarrier(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(String formFactor)
The device's form factor.
|
Device |
Device.withHeapSize(Long heapSize)
The device's heap size, expressed in bytes.
|
Device |
Device.withImage(String image)
The device's image name.
|
Device |
Device.withManufacturer(String manufacturer)
The device's manufacturer name.
|
Device |
Device.withMemory(Long memory)
The device's total memory size, expressed in bytes.
|
Device |
Device.withModel(String model)
The device's model name.
|
Device |
Device.withName(String name)
The device's display name.
|
Device |
Device.withOs(String os)
The device's operating system type.
|
Device |
Device.withPlatform(DevicePlatform platform)
The device's platform.
|
Device |
Device.withPlatform(String platform)
The device's platform.
|
Device |
Device.withRadio(String radio)
The device's radio.
|
Device |
Device.withResolution(Resolution resolution) |
Modifier and Type | Method and Description |
---|---|
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 |
GetDeviceResult.setDevice(Device device) |
void |
Job.setDevice(Device device) |
void |
DevicePoolCompatibilityResult.setDevice(Device device) |
Problem |
Problem.withDevice(Device device)
Information about the associated device.
|
GetDeviceResult |
GetDeviceResult.withDevice(Device device) |
Job |
Job.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(Collection<Device> devices)
Information about the devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(Collection<Device> devices)
Information about the devices.
|
Copyright © 2018. All rights reserved.