Uses of Class
com.amazonaws.services.devicefarm.model.UniqueProblem
Packages that use UniqueProblem
-
Uses of UniqueProblem in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return UniqueProblemModifier and TypeMethodDescriptionUniqueProblem.clone()
UniqueProblem.withMessage
(String message) A message about the unique problems' result.UniqueProblem.withProblems
(Problem... problems) Information about the problems.UniqueProblem.withProblems
(Collection<Problem> problems) Information about the problems.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type UniqueProblemModifier and TypeMethodDescriptionListUniqueProblemsResult.getUniqueProblems()
Information about the unique problems.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type UniqueProblemModifier and TypeMethodDescriptionListUniqueProblemsResult.addUniqueProblemsEntry
(String key, List<UniqueProblem> value) void
ListUniqueProblemsResult.setUniqueProblems
(Map<String, List<UniqueProblem>> uniqueProblems) Information about the unique problems.ListUniqueProblemsResult.withUniqueProblems
(Map<String, List<UniqueProblem>> uniqueProblems) Information about the unique problems.