| Package | Description |
|---|---|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
static TestRunStatus |
TestRunStatus.fromValue(String value)
Use this in place of valueOf.
|
static TestRunStatus |
TestRunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRunStatus[] |
TestRunStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TestRunSummary |
TestRunSummary.withStatus(TestRunStatus status)
The status of the test run summary.
|
StartTestRunResult |
StartTestRunResult.withTestRunStatus(TestRunStatus testRunStatus)
The test run status of the test run.
|
Copyright © 2025. All rights reserved.