Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Problem> |
UniqueProblem.problems
Information about the problems.
|
Modifier and Type | Method and Description |
---|---|
Problem |
Problem.clone() |
Problem |
Problem.withDevice(Device device)
Information about the associated device.
|
Problem |
Problem.withJob(ProblemDetail job)
Information about the associated job.
|
Problem |
Problem.withMessage(java.lang.String message)
A message about the problem's result.
|
Problem |
Problem.withResult(ExecutionResult result)
The problem's result.
|
Problem |
Problem.withResult(java.lang.String result)
The problem's result.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Problem> |
UniqueProblem.getProblems()
Information about the problems.
|
Modifier and Type | Method and Description |
---|---|
UniqueProblem |
UniqueProblem.withProblems(Problem... problems)
Information about the problems.
|
Modifier and Type | Method and Description |
---|---|
void |
UniqueProblem.setProblems(java.util.Collection<Problem> problems)
Information about the problems.
|
UniqueProblem |
UniqueProblem.withProblems(java.util.Collection<Problem> problems)
Information about the problems.
|
Modifier and Type | Method and Description |
---|---|
Problem |
ProblemJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ProblemJsonMarshaller.marshall(Problem problem,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|