Uses of Class
com.amazonaws.services.devicefarm.model.ProblemDetail
-
Packages that use ProblemDetail Package Description com.amazonaws.services.devicefarm.model -
-
Uses of ProblemDetail in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ProblemDetail Modifier and Type Method Description ProblemDetail
ProblemDetail. clone()
ProblemDetail
Problem. getJob()
Information about the associated job.ProblemDetail
Problem. getRun()
Information about the associated run.ProblemDetail
Problem. getSuite()
Information about the associated suite.ProblemDetail
Problem. getTest()
Information about the associated test.ProblemDetail
ProblemDetail. withArn(String arn)
The problem detail's ARN.ProblemDetail
ProblemDetail. withName(String name)
The problem detail's name.Methods in com.amazonaws.services.devicefarm.model with parameters of type ProblemDetail Modifier and Type Method Description void
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
Problem. withJob(ProblemDetail job)
Information about the associated job.Problem
Problem. withRun(ProblemDetail run)
Information about the associated run.Problem
Problem. withSuite(ProblemDetail suite)
Information about the associated suite.Problem
Problem. withTest(ProblemDetail test)
Information about the associated test.
-