Uses of Class
com.amazonaws.services.devicefarm.model.Radios
-
Packages that use Radios Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Radios in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Radios Modifier and Type Method Description RadiosRadios. clone()RadiosScheduleRunConfiguration. getRadios()Information about the radio states for the run.RadiosRadios. withBluetooth(Boolean bluetooth)True if Bluetooth is enabled at the beginning of the test; otherwise, false.RadiosRadios. withGps(Boolean gps)True if GPS is enabled at the beginning of the test; otherwise, false.RadiosRadios. withNfc(Boolean nfc)True if NFC is enabled at the beginning of the test; otherwise, false.RadiosRadios. withWifi(Boolean wifi)True if Wi-Fi is enabled at the beginning of the test; otherwise, false.Methods in com.amazonaws.services.devicefarm.model with parameters of type Radios Modifier and Type Method Description voidScheduleRunConfiguration. setRadios(Radios radios)Information about the radio states for the run.ScheduleRunConfigurationScheduleRunConfiguration. withRadios(Radios radios)Information about the radio states for the run.
-