| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceFilter |
DeviceFilter.clone() |
DeviceFilter |
DeviceFilter.withAttribute(DeviceFilterAttribute attribute)
The aspect of a device such as platform or model used as the selection criteria in a device filter.
|
DeviceFilter |
DeviceFilter.withAttribute(String attribute)
The aspect of a device such as platform or model used as the selection criteria in a device filter.
|
DeviceFilter |
DeviceFilter.withOperator(RuleOperator operator)
Specifies how Device Farm compares the filter's attribute to the value.
|
DeviceFilter |
DeviceFilter.withOperator(String operator)
Specifies how Device Farm compares the filter's attribute to the value.
|
DeviceFilter |
DeviceFilter.withValues(Collection<String> values)
An array of one or more filter values used in a device filter.
|
DeviceFilter |
DeviceFilter.withValues(String... values)
An array of one or more filter values used in a device filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceFilter> |
DeviceSelectionResult.getFilters()
The filters in a device selection result.
|
List<DeviceFilter> |
DeviceSelectionConfiguration.getFilters()
Used to dynamically select a set of devices for a test run.
|
List<DeviceFilter> |
ListDevicesRequest.getFilters()
Used to select a set of devices.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceSelectionResult |
DeviceSelectionResult.withFilters(DeviceFilter... filters)
The filters in a device selection result.
|
DeviceSelectionConfiguration |
DeviceSelectionConfiguration.withFilters(DeviceFilter... filters)
Used to dynamically select a set of devices for a test run.
|
ListDevicesRequest |
ListDevicesRequest.withFilters(DeviceFilter... filters)
Used to select a set of devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceSelectionResult.setFilters(Collection<DeviceFilter> filters)
The filters in a device selection result.
|
void |
DeviceSelectionConfiguration.setFilters(Collection<DeviceFilter> filters)
Used to dynamically select a set of devices for a test run.
|
void |
ListDevicesRequest.setFilters(Collection<DeviceFilter> filters)
Used to select a set of devices.
|
DeviceSelectionResult |
DeviceSelectionResult.withFilters(Collection<DeviceFilter> filters)
The filters in a device selection result.
|
DeviceSelectionConfiguration |
DeviceSelectionConfiguration.withFilters(Collection<DeviceFilter> filters)
Used to dynamically select a set of devices for a test run.
|
ListDevicesRequest |
ListDevicesRequest.withFilters(Collection<DeviceFilter> filters)
Used to select a set of devices.
|
Copyright © 2020. All rights reserved.