| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceSelectionConfiguration |
DeviceSelectionConfiguration.clone() |
DeviceSelectionConfiguration |
ScheduleRunRequest.getDeviceSelectionConfiguration()
The filter criteria used to dynamically select a set of devices for a test run, as well as the maximum number of
devices to be included in the run.
|
DeviceSelectionConfiguration |
DeviceSelectionConfiguration.withFilters(Collection<DeviceFilter> filters)
Used to dynamically select a set of devices for a test run.
|
DeviceSelectionConfiguration |
DeviceSelectionConfiguration.withFilters(DeviceFilter... filters)
Used to dynamically select a set of devices for a test run.
|
DeviceSelectionConfiguration |
DeviceSelectionConfiguration.withMaxDevices(Integer maxDevices)
The maximum number of devices to be included in a test run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleRunRequest.setDeviceSelectionConfiguration(DeviceSelectionConfiguration deviceSelectionConfiguration)
The filter criteria used to dynamically select a set of devices for a test run, as well as the maximum number of
devices to be included in the run.
|
ScheduleRunRequest |
ScheduleRunRequest.withDeviceSelectionConfiguration(DeviceSelectionConfiguration deviceSelectionConfiguration)
The filter criteria used to dynamically select a set of devices for a test run, as well as the maximum number of
devices to be included in the run.
|
Copyright © 2019. All rights reserved.