| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ProblemDetail |
Problem.job()
Information about the associated job.
|
ProblemDetail |
Problem.run()
Information about the associated run.
|
ProblemDetail |
Problem.suite()
Information about the associated suite.
|
ProblemDetail |
Problem.test()
Information about the associated test.
|
| Modifier and Type | Method and Description |
|---|---|
Problem.Builder |
Problem.Builder.job(ProblemDetail job)
Information about the associated job.
|
Problem.Builder |
Problem.Builder.run(ProblemDetail run)
Information about the associated run.
|
Problem.Builder |
Problem.Builder.suite(ProblemDetail suite)
Information about the associated suite.
|
Problem.Builder |
Problem.Builder.test(ProblemDetail test)
Information about the associated test.
|
Copyright © 2020. All rights reserved.