| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceSelectionResult |
DeviceSelectionResult.clone() |
DeviceSelectionResult |
Run.getDeviceSelectionResult()
The results of a device filter used to select the devices for a test run.
|
DeviceSelectionResult |
DeviceSelectionResult.withFilters(Collection<DeviceFilter> filters)
The filters in a device selection result.
|
DeviceSelectionResult |
DeviceSelectionResult.withFilters(DeviceFilter... filters)
The filters in a device selection result.
|
DeviceSelectionResult |
DeviceSelectionResult.withMatchedDevicesCount(Integer matchedDevicesCount)
The number of devices that matched the device filter selection criteria.
|
DeviceSelectionResult |
DeviceSelectionResult.withMaxDevices(Integer maxDevices)
The maximum number of devices to be selected by a device filter and included in a test run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Run.setDeviceSelectionResult(DeviceSelectionResult deviceSelectionResult)
The results of a device filter used to select the devices for a test run.
|
Run |
Run.withDeviceSelectionResult(DeviceSelectionResult deviceSelectionResult)
The results of a device filter used to select the devices for a test run.
|
Copyright © 2023. All rights reserved.