Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private Radios |
ScheduleRunConfiguration.radios
Information about the radio states for the run.
|
Modifier and Type | Method and Description |
---|---|
Radios |
Radios.clone() |
Radios |
ScheduleRunConfiguration.getRadios()
Information about the radio states for the run.
|
Radios |
Radios.withBluetooth(java.lang.Boolean bluetooth)
True if Bluetooth is enabled at the beginning of the test; otherwise,
false.
|
Radios |
Radios.withGps(java.lang.Boolean gps)
True if GPS is enabled at the beginning of the test; otherwise, false.
|
Radios |
Radios.withNfc(java.lang.Boolean nfc)
True if NFC is enabled at the beginning of the test; otherwise, false.
|
Radios |
Radios.withWifi(java.lang.Boolean wifi)
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleRunConfiguration.setRadios(Radios radios)
Information about the radio states for the run.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withRadios(Radios radios)
Information about the radio states for the run.
|
Modifier and Type | Method and Description |
---|---|
Radios |
RadiosJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RadiosJsonMarshaller.marshall(Radios radios,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|