Uses of Enum
com.amazonaws.services.devicefarm.model.TestType
Packages that use TestType
-
Uses of TestType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return TestTypeModifier and TypeMethodDescriptionstatic TestType
Use this in place of valueOf.static TestType
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 TestTypeModifier and TypeMethodDescriptionvoid
GetDevicePoolCompatibilityRequest.setTestType
(TestType testType) The test type for the specified device pool.void
The job's type.void
The run's type.void
The test's type.void
The suite's type.void
The test's type.GetDevicePoolCompatibilityRequest.withTestType
(TestType testType) The test type for the specified device pool.The job's type.The run's type.The test's type.The suite's type.The test's type.