| 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.
|
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 |
|---|---|
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.
|
Suite.Builder |
Suite.Builder.type(TestType type)
The suite's type.
|
ScheduleRunTest.Builder |
ScheduleRunTest.Builder.type(TestType type)
The test's type.
|
Run.Builder |
Run.Builder.type(TestType type)
The run's type.
|
Job.Builder |
Job.Builder.type(TestType type)
The job's type.
|
Copyright © 2017. All rights reserved.