| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static TestType |
TestType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TestType |
GetDevicePoolCompatibilityRequest.testType()
The test type for the specified device pool.
|
TestType |
Test.type()
The test's type.
|
TestType |
ScheduleRunTest.type()
The test's type.
|
TestType |
Job.type()
The job's type.
|
TestType |
Run.type()
The run's type.
|
TestType |
Suite.type()
The suite's type.
|
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 |
|---|---|
static Set<TestType> |
TestType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.testType(TestType testType)
The test type for the specified device pool.
|
Test.Builder |
Test.Builder.type(TestType type)
The test's type.
|
ScheduleRunTest.Builder |
ScheduleRunTest.Builder.type(TestType type)
The test's type.
|
Job.Builder |
Job.Builder.type(TestType type)
The job's type.
|
Run.Builder |
Run.Builder.type(TestType type)
The run's type.
|
Suite.Builder |
Suite.Builder.type(TestType type)
The suite's type.
|
Copyright © 2022. All rights reserved.