Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
ProblemDetail |
ProblemDetail.clone() |
ProblemDetail |
Problem.getJob()
Information about the associated job.
|
ProblemDetail |
Problem.getRun()
Information about the associated run.
|
ProblemDetail |
Problem.getSuite()
Information about the associated suite.
|
ProblemDetail |
Problem.getTest()
Information about the associated test.
|
ProblemDetail |
ProblemDetail.withArn(String arn)
The problem detail's ARN.
|
ProblemDetail |
ProblemDetail.withName(String name)
The problem detail's name.
|
Modifier and Type | Method and Description |
---|---|
void |
Problem.setJob(ProblemDetail job)
Information about the associated job.
|
void |
Problem.setRun(ProblemDetail run)
Information about the associated run.
|
void |
Problem.setSuite(ProblemDetail suite)
Information about the associated suite.
|
void |
Problem.setTest(ProblemDetail test)
Information about the associated test.
|
Problem |
Problem.withJob(ProblemDetail job)
Information about the associated job.
|
Problem |
Problem.withRun(ProblemDetail run)
Information about the associated run.
|
Problem |
Problem.withSuite(ProblemDetail suite)
Information about the associated suite.
|
Problem |
Problem.withTest(ProblemDetail test)
Information about the associated test.
|
Copyright © 2018. All rights reserved.