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 DeviceDevice. clone()DeviceDevicePoolCompatibilityResult. getDevice()DeviceGetDeviceResult. getDevice()DeviceJob. getDevice()DeviceProblem. getDevice()Information about the associated device.DeviceDevice. withArn(String arn)The device's ARN.DeviceDevice. withCarrier(String carrier)The device's carrier.DeviceDevice. withCpu(CPU cpu)Information about the device's CPU.DeviceDevice. withFormFactor(DeviceFormFactor formFactor)The device's form factor.DeviceDevice. withFormFactor(String formFactor)The device's form factor.DeviceDevice. withHeapSize(Long heapSize)The device's heap size, expressed in bytes.DeviceDevice. withImage(String image)The device's image name.DeviceDevice. withManufacturer(String manufacturer)The device's manufacturer name.DeviceDevice. withMemory(Long memory)The device's total memory size, expressed in bytes.DeviceDevice. withModel(String model)The device's model name.DeviceDevice. withName(String name)The device's display name.DeviceDevice. withOs(String os)The device's operating system type.DeviceDevice. withPlatform(DevicePlatform platform)The device's platform.DeviceDevice. withPlatform(String platform)The device's platform.DeviceDevice. withRadio(String radio)The device's radio.DeviceDevice. 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 voidDevicePoolCompatibilityResult. setDevice(Device device)voidGetDeviceResult. setDevice(Device device)voidJob. setDevice(Device device)voidProblem. setDevice(Device device)Information about the associated device.DevicePoolCompatibilityResultDevicePoolCompatibilityResult. withDevice(Device device)GetDeviceResultGetDeviceResult. withDevice(Device device)JobJob. withDevice(Device device)ProblemProblem. withDevice(Device device)Information about the associated device.ListDevicesResultListDevicesResult. 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 voidListDevicesResult. setDevices(Collection<Device> devices)Information about the devices.ListDevicesResultListDevicesResult. withDevices(Collection<Device> devices)Information about the devices.
-