Uses of Interface
software.amazon.awssdk.services.devicefarm.model.Radios.Builder
-
Packages that use Radios.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of Radios.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return Radios.Builder Modifier and Type Method Description Radios.BuilderRadios.Builder. bluetooth(Boolean bluetooth)True if Bluetooth is enabled at the beginning of the test.static Radios.BuilderRadios. builder()Radios.BuilderRadios.Builder. gps(Boolean gps)True if GPS is enabled at the beginning of the test.Radios.BuilderRadios.Builder. nfc(Boolean nfc)True if NFC is enabled at the beginning of the test.Radios.BuilderRadios. toBuilder()Radios.BuilderRadios.Builder. wifi(Boolean wifi)True if Wi-Fi is enabled at the beginning of the test.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Radios.Builder Modifier and Type Method Description static Class<? extends Radios.Builder>Radios. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type Radios.Builder Modifier and Type Method Description default Run.BuilderRun.Builder. radios(Consumer<Radios.Builder> radios)Information about the radio states for the run.default ScheduleRunConfiguration.BuilderScheduleRunConfiguration.Builder. radios(Consumer<Radios.Builder> radios)Information about the radio states for the run.
-