| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.clone() |
Device |
GetDeviceResult.getDevice()
An object containing information about the requested device.
|
Device |
RemoteAccessSession.getDevice()
The device (phone or tablet) used in the remote access session.
|
Device |
Job.getDevice()
The device (phone or tablet).
|
Device |
DevicePoolCompatibilityResult.getDevice()
The device (phone or tablet) that you wish to return information about.
|
Device |
Problem.getDevice()
Information about the associated device.
|
Device |
Device.withArn(String arn)
The device's ARN.
|
Device |
Device.withAvailability(DeviceAvailability availability)
Reflects how likely a device will be available for a test run.
|
Device |
Device.withAvailability(String availability)
Reflects how likely a device will be available for a test run.
|
Device |
Device.withCarrier(String carrier)
The device's carrier.
|
Device |
Device.withCpu(CPU cpu)
Information about the device's CPU.
|
Device |
Device.withFleetName(String fleetName)
The name of the fleet to which this device belongs.
|
Device |
Device.withFleetType(String fleetType)
The type of fleet to which this device belongs.
|
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.withInstances(Collection<DeviceInstance> instances)
The instances belonging to this device.
|
Device |
Device.withInstances(DeviceInstance... instances)
The instances belonging to this device.
|
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.withModelId(String modelId)
The device's model ID.
|
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.withRemoteAccessEnabled(Boolean remoteAccessEnabled)
Specifies whether remote access has been enabled for the specified device.
|
Device |
Device.withRemoteDebugEnabled(Boolean remoteDebugEnabled)
This flag is set to
true if remote debugging is enabled for the device. |
Device |
Device.withResolution(Resolution resolution)
The resolution of the device.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
ListDevicesResult.getDevices()
Information about the devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeviceResult.setDevice(Device device)
An object containing information about the requested device.
|
void |
RemoteAccessSession.setDevice(Device device)
The device (phone or tablet) used in the remote access session.
|
void |
Job.setDevice(Device device)
The device (phone or tablet).
|
void |
DevicePoolCompatibilityResult.setDevice(Device device)
The device (phone or tablet) that you wish to return information about.
|
void |
Problem.setDevice(Device device)
Information about the associated device.
|
GetDeviceResult |
GetDeviceResult.withDevice(Device device)
An object containing information about the requested device.
|
RemoteAccessSession |
RemoteAccessSession.withDevice(Device device)
The device (phone or tablet) used in the remote access session.
|
Job |
Job.withDevice(Device device)
The device (phone or tablet).
|
DevicePoolCompatibilityResult |
DevicePoolCompatibilityResult.withDevice(Device device)
The device (phone or tablet) that you wish to return information about.
|
Problem |
Problem.withDevice(Device device)
Information about the associated 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 © 2019. All rights reserved.