Uses of Class
software.amazon.awssdk.services.devicefarm.model.ScheduleRunTest
-
Packages that use ScheduleRunTest Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of ScheduleRunTest in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return ScheduleRunTest Modifier and Type Method Description ScheduleRunTestGetDevicePoolCompatibilityRequest. test()Information about the uploaded test to be run against the device pool.ScheduleRunTestScheduleRunRequest. test()Information about the test for the run to be scheduled.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type ScheduleRunTest Modifier and Type Method Description GetDevicePoolCompatibilityRequest.BuilderGetDevicePoolCompatibilityRequest.Builder. test(ScheduleRunTest test)Information about the uploaded test to be run against the device pool.ScheduleRunRequest.BuilderScheduleRunRequest.Builder. test(ScheduleRunTest test)Information about the test for the run to be scheduled.
-