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 TestTypeUse this in place of valueOf.static TestTypeReturns 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 TypeMethodDescriptionvoidGetDevicePoolCompatibilityRequest.setTestType(TestType testType) The test type for the specified device pool.voidThe job's type.voidThe run's type.voidThe test's type.voidThe suite's type.voidThe 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.