Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDevicePoolCompatibilityRequest.setTestType(TestType testType)
The test type for the specified device pool.
|
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.
|
void |
Run.setType(TestType type)
The run's type.
|
void |
Job.setType(TestType type)
The job's type.
|
GetDevicePoolCompatibilityRequest |
GetDevicePoolCompatibilityRequest.withTestType(TestType testType)
The test type for the specified device pool.
|
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.
|
Run |
Run.withType(TestType type)
The run's type.
|
Job |
Job.withType(TestType type)
The job's type.
|
Copyright © 2018. All rights reserved.