Uses of Class
software.amazon.awssdk.services.devicefarm.model.DeviceSelectionConfiguration
-
Packages that use DeviceSelectionConfiguration Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of DeviceSelectionConfiguration in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return DeviceSelectionConfiguration Modifier and Type Method Description DeviceSelectionConfigurationScheduleRunRequest. deviceSelectionConfiguration()The filter criteria used to dynamically select a set of devices for a test run and the maximum number of devices to be included in the run.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type DeviceSelectionConfiguration Modifier and Type Method Description ScheduleRunRequest.BuilderScheduleRunRequest.Builder. deviceSelectionConfiguration(DeviceSelectionConfiguration deviceSelectionConfiguration)The filter criteria used to dynamically select a set of devices for a test run and the maximum number of devices to be included in the run.
-