Uses of Class
com.amazonaws.services.devicefarm.model.Problem
Packages that use Problem
-
Uses of Problem in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ProblemModifier and TypeMethodDescriptionProblem.clone()
Problem.withDevice
(Device device) Information about the associated device.Problem.withJob
(ProblemDetail job) Information about the associated job.Problem.withMessage
(String message) A message about the problem's result.Problem.withResult
(ExecutionResult result) The problem's result.Problem.withResult
(String result) The problem's result.Problem.withRun
(ProblemDetail run) Information about the associated run.Problem.withSuite
(ProblemDetail suite) Information about the associated suite.Problem.withTest
(ProblemDetail test) Information about the associated test.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type ProblemMethods in com.amazonaws.services.devicefarm.model with parameters of type ProblemModifier and TypeMethodDescriptionUniqueProblem.withProblems
(Problem... problems) Information about the problems.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type ProblemModifier and TypeMethodDescriptionvoid
UniqueProblem.setProblems
(Collection<Problem> problems) Information about the problems.UniqueProblem.withProblems
(Collection<Problem> problems) Information about the problems.