Uses of Class
com.amazonaws.services.devicefarm.model.TestType
-
Packages that use TestType Package Description com.amazonaws.services.devicefarm.model -
-
Uses of TestType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return TestType Modifier and Type Method Description static TestTypeTestType. fromValue(String value)Use this in place of valueOf.static TestTypeTestType. valueOf(String name)Returns the enum constant of this type with the specified name.static TestType[]TestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.devicefarm.model with parameters of type TestType Modifier and Type Method Description voidGetDevicePoolCompatibilityRequest. setTestType(TestType testType)The test type for the specified device pool.voidJob. setType(TestType type)The job's type.voidRun. setType(TestType type)The run's type.voidScheduleRunTest. setType(TestType type)The test's type.voidSuite. setType(TestType type)The suite's type.voidTest. setType(TestType type)The test's type.GetDevicePoolCompatibilityRequestGetDevicePoolCompatibilityRequest. withTestType(TestType testType)The test type for the specified device pool.JobJob. withType(TestType type)The job's type.RunRun. withType(TestType type)The run's type.ScheduleRunTestScheduleRunTest. withType(TestType type)The test's type.SuiteSuite. withType(TestType type)The suite's type.TestTest. withType(TestType type)The test's type.
-