| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Radios |
Radios.clone() |
Radios |
Run.getRadios()
Information about the radio states for the run.
|
Radios |
ScheduleRunConfiguration.getRadios()
Information about the radio states for the run.
|
Radios |
Radios.withBluetooth(Boolean bluetooth)
True if Bluetooth is enabled at the beginning of the test.
|
Radios |
Radios.withGps(Boolean gps)
True if GPS is enabled at the beginning of the test.
|
Radios |
Radios.withNfc(Boolean nfc)
True if NFC is enabled at the beginning of the test.
|
Radios |
Radios.withWifi(Boolean wifi)
True if Wi-Fi is enabled at the beginning of the test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Run.setRadios(Radios radios)
Information about the radio states for the run.
|
void |
ScheduleRunConfiguration.setRadios(Radios radios)
Information about the radio states for the run.
|
Run |
Run.withRadios(Radios radios)
Information about the radio states for the run.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withRadios(Radios radios)
Information about the radio states for the run.
|
Copyright © 2021. All rights reserved.