Uses of Class
com.amazonaws.services.devicefarm.model.Problem
-
Packages that use Problem Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Problem in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Problem Modifier and Type Method 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(String message)
A message about the problem's result.Problem
Problem. withResult(ExecutionResult result)
The problem's result.Problem
Problem. withResult(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.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Problem Modifier and Type Method Description List<Problem>
UniqueProblem. getProblems()
Information about the problems.Methods in com.amazonaws.services.devicefarm.model with parameters of type Problem Modifier and Type Method Description UniqueProblem
UniqueProblem. withProblems(Problem... problems)
Information about the problems.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Problem Modifier and Type Method Description void
UniqueProblem. setProblems(Collection<Problem> problems)
Information about the problems.UniqueProblem
UniqueProblem. withProblems(Collection<Problem> problems)
Information about the problems.
-