Uses of Class
software.amazon.awssdk.services.devicefarm.model.TestType
-
Packages that use TestType Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of TestType in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return TestType Modifier and Type Method Description static TestTypeTestType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestTypeGetDevicePoolCompatibilityRequest. testType()The test type for the specified device pool.TestTypeJob. type()The job's type.TestTypeRun. type()The run's type.TestTypeScheduleRunTest. type()The test's type.TestTypeSuite. type()The suite's type.TestTypeTest. type()The test's type.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 software.amazon.awssdk.services.devicefarm.model that return types with arguments of type TestType Modifier and Type Method Description static Set<TestType>TestType. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type TestType Modifier and Type Method Description GetDevicePoolCompatibilityRequest.BuilderGetDevicePoolCompatibilityRequest.Builder. testType(TestType testType)The test type for the specified device pool.Job.BuilderJob.Builder. type(TestType type)The job's type.Run.BuilderRun.Builder. type(TestType type)The run's type.ScheduleRunTest.BuilderScheduleRunTest.Builder. type(TestType type)The test's type.Suite.BuilderSuite.Builder. type(TestType type)The suite's type.Test.BuilderTest.Builder. type(TestType type)The test's type.
-