Uses of Class
com.amazonaws.services.devicefarm.model.Device
-
Packages that use Device Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Device in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Device Modifier and Type Method Description Device
Device. clone()
Device
DevicePoolCompatibilityResult. getDevice()
Device
GetDeviceResult. getDevice()
Device
Job. getDevice()
Device
Problem. getDevice()
Information about the associated device.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)
Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Device Modifier and Type Method Description List<Device>
ListDevicesResult. getDevices()
Information about the devices.Methods in com.amazonaws.services.devicefarm.model with parameters of type Device Modifier and Type Method Description void
DevicePoolCompatibilityResult. setDevice(Device device)
void
GetDeviceResult. setDevice(Device device)
void
Job. setDevice(Device device)
void
Problem. setDevice(Device device)
Information about the associated device.DevicePoolCompatibilityResult
DevicePoolCompatibilityResult. withDevice(Device device)
GetDeviceResult
GetDeviceResult. withDevice(Device device)
Job
Job. withDevice(Device device)
Problem
Problem. withDevice(Device device)
Information about the associated device.ListDevicesResult
ListDevicesResult. withDevices(Device... devices)
Information about the devices.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Device Modifier and Type Method Description void
ListDevicesResult. setDevices(Collection<Device> devices)
Information about the devices.ListDevicesResult
ListDevicesResult. withDevices(Collection<Device> devices)
Information about the devices.
-