| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Radios.Builder |
Radios.Builder.bluetooth(Boolean bluetooth)
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
|
static Radios.Builder |
Radios.builder() |
Radios.Builder |
Radios.Builder.gps(Boolean gps)
True if GPS is enabled at the beginning of the test; otherwise, false.
|
Radios.Builder |
Radios.Builder.nfc(Boolean nfc)
True if NFC is enabled at the beginning of the test; otherwise, false.
|
Radios.Builder |
Radios.toBuilder() |
Radios.Builder |
Radios.Builder.wifi(Boolean wifi)
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Radios.Builder> |
Radios.serializableBuilderClass() |
Copyright © 2017. All rights reserved.