Uses of Class
com.amazonaws.services.devicefarm.model.ProblemDetail
Packages that use ProblemDetail
-
Uses of ProblemDetail in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ProblemDetailModifier and TypeMethodDescriptionProblemDetail.clone()
Problem.getJob()
Information about the associated job.Problem.getRun()
Information about the associated run.Problem.getSuite()
Information about the associated suite.Problem.getTest()
Information about the associated test.The problem detail's ARN.The problem detail's name.Methods in com.amazonaws.services.devicefarm.model with parameters of type ProblemDetailModifier and TypeMethodDescriptionvoid
Problem.setJob
(ProblemDetail job) Information about the associated job.void
Problem.setRun
(ProblemDetail run) Information about the associated run.void
Problem.setSuite
(ProblemDetail suite) Information about the associated suite.void
Problem.setTest
(ProblemDetail test) Information about the associated test.Problem.withJob
(ProblemDetail job) Information about the associated job.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.