Uses of Class
software.amazon.awssdk.services.devicefarm.model.UniqueProblem
-
Packages that use UniqueProblem Package Description software.amazon.awssdk.services.devicefarm.model software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of UniqueProblem in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type UniqueProblem Modifier and Type Method Description Map<ExecutionResult,List<UniqueProblem>>ListUniqueProblemsResponse. uniqueProblems()Information about the unique problems.Map<String,List<UniqueProblem>>ListUniqueProblemsResponse. uniqueProblemsAsStrings()Information about the unique problems.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type UniqueProblem Modifier and Type Method Description ListUniqueProblemsResponse.BuilderListUniqueProblemsResponse.Builder. uniqueProblems(Map<ExecutionResult,? extends Collection<UniqueProblem>> uniqueProblems)Information about the unique problems.ListUniqueProblemsResponse.BuilderListUniqueProblemsResponse.Builder. uniqueProblemsWithStrings(Map<String,? extends Collection<UniqueProblem>> uniqueProblems)Information about the unique problems. -
Uses of UniqueProblem in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type UniqueProblem Modifier and Type Method Description SdkIterable<Map.Entry<String,List<UniqueProblem>>>ListUniqueProblemsIterable. uniqueProblemsAsStrings()Returns an iterable to iterate through the paginatedListUniqueProblemsResponse.uniqueProblemsAsStrings()member.SdkPublisher<Map.Entry<String,List<UniqueProblem>>>ListUniqueProblemsPublisher. uniqueProblemsAsStrings()Returns a publisher that can be used to get a stream of data.
-