Uses of Class
software.amazon.awssdk.services.devicefarm.model.ProblemDetail
-
Packages that use ProblemDetail Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of ProblemDetail in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return ProblemDetail Modifier and Type Method Description ProblemDetailProblem. job()Information about the associated job.ProblemDetailProblem. run()Information about the associated run.ProblemDetailProblem. suite()Information about the associated suite.ProblemDetailProblem. test()Information about the associated test.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type ProblemDetail Modifier and Type Method Description Problem.BuilderProblem.Builder. job(ProblemDetail job)Information about the associated job.Problem.BuilderProblem.Builder. run(ProblemDetail run)Information about the associated run.Problem.BuilderProblem.Builder. suite(ProblemDetail suite)Information about the associated suite.Problem.BuilderProblem.Builder. test(ProblemDetail test)Information about the associated test.
-