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 ProblemProblem. clone()ProblemProblem. withDevice(Device device)Information about the associated device.ProblemProblem. withJob(ProblemDetail job)Information about the associated job.ProblemProblem. withMessage(String message)A message about the problem's result.ProblemProblem. withResult(ExecutionResult result)The problem's result.ProblemProblem. withResult(String result)The problem's result.ProblemProblem. withRun(ProblemDetail run)Information about the associated run.ProblemProblem. withSuite(ProblemDetail suite)Information about the associated suite.ProblemProblem. 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 UniqueProblemUniqueProblem. 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 voidUniqueProblem. setProblems(Collection<Problem> problems)Information about the problems.UniqueProblemUniqueProblem. withProblems(Collection<Problem> problems)Information about the problems.
-