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 TestType
TestType. fromValue(String value)
Use this in place of valueOf.static TestType
TestType. 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 void
GetDevicePoolCompatibilityRequest. setTestType(TestType testType)
The test type for the specified device pool.void
Job. setType(TestType type)
The job's type.void
Run. setType(TestType type)
The run's type.void
ScheduleRunTest. setType(TestType type)
The test's type.void
Suite. setType(TestType type)
The suite's type.void
Test. setType(TestType type)
The test's type.GetDevicePoolCompatibilityRequest
GetDevicePoolCompatibilityRequest. withTestType(TestType testType)
The test type for the specified device pool.Job
Job. withType(TestType type)
The job's type.Run
Run. withType(TestType type)
The run's type.ScheduleRunTest
ScheduleRunTest. withType(TestType type)
The test's type.Suite
Suite. withType(TestType type)
The suite's type.Test
Test. withType(TestType type)
The test's type.
-