Uses of Class
com.amazonaws.services.devicefarm.model.Device
Packages that use Device
-
Uses of Device in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DeviceModifier and TypeMethodDescriptionDevice.clone()
DevicePoolCompatibilityResult.getDevice()
GetDeviceResult.getDevice()
Job.getDevice()
Problem.getDevice()
Information about the associated device.The device's ARN.Device.withCarrier
(String carrier) The device's carrier.Information about the device's CPU.Device.withFormFactor
(DeviceFormFactor formFactor) The device's form factor.Device.withFormFactor
(String formFactor) The device's form factor.Device.withHeapSize
(Long heapSize) The device's heap size, expressed in bytes.The device's image name.Device.withManufacturer
(String manufacturer) The device's manufacturer name.Device.withMemory
(Long memory) The device's total memory size, expressed in bytes.The device's model name.The device's display name.The device's operating system type.Device.withPlatform
(DevicePlatform platform) The device's platform.Device.withPlatform
(String platform) The device's platform.The device's radio.Device.withResolution
(Resolution resolution) Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type DeviceMethods in com.amazonaws.services.devicefarm.model with parameters of type DeviceModifier and TypeMethodDescriptionvoid
void
void
void
Information about the associated device.DevicePoolCompatibilityResult.withDevice
(Device device) GetDeviceResult.withDevice
(Device device) Job.withDevice
(Device device) Problem.withDevice
(Device device) Information about the associated device.ListDevicesResult.withDevices
(Device... devices) Information about the devices.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type DeviceModifier and TypeMethodDescriptionvoid
ListDevicesResult.setDevices
(Collection<Device> devices) Information about the devices.ListDevicesResult.withDevices
(Collection<Device> devices) Information about the devices.