| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionResult |
ExecutionResult.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExecutionResult |
Test.result()
The test's result.
|
ExecutionResult |
RemoteAccessSession.result()
The result of the remote access session.
|
ExecutionResult |
Suite.result()
The suite's result.
|
ExecutionResult |
Job.result()
The job's result.
|
ExecutionResult |
Problem.result()
The problem's result.
|
ExecutionResult |
Run.result()
The run's result.
|
static ExecutionResult |
ExecutionResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionResult[] |
ExecutionResult.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<ExecutionResult> |
ExecutionResult.knownValues()
|
Map<ExecutionResult,List<UniqueProblem>> |
ListUniqueProblemsResponse.uniqueProblems()
Information about the unique problems.
|
| Modifier and Type | Method and Description |
|---|---|
Test.Builder |
Test.Builder.result(ExecutionResult result)
The test's result.
|
RemoteAccessSession.Builder |
RemoteAccessSession.Builder.result(ExecutionResult result)
The result of the remote access session.
|
Suite.Builder |
Suite.Builder.result(ExecutionResult result)
The suite's result.
|
Job.Builder |
Job.Builder.result(ExecutionResult result)
The job's result.
|
Problem.Builder |
Problem.Builder.result(ExecutionResult result)
The problem's result.
|
Run.Builder |
Run.Builder.result(ExecutionResult result)
The run's result.
|
| Modifier and Type | Method and Description |
|---|---|
ListUniqueProblemsResponse.Builder |
ListUniqueProblemsResponse.Builder.uniqueProblems(Map<ExecutionResult,? extends Collection<UniqueProblem>> uniqueProblems)
Information about the unique problems.
|
Copyright © 2019. All rights reserved.