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 ProblemDetailProblemDetail. clone()ProblemDetailProblem. getJob()Information about the associated job.ProblemDetailProblem. getRun()Information about the associated run.ProblemDetailProblem. getSuite()Information about the associated suite.ProblemDetailProblem. getTest()Information about the associated test.ProblemDetailProblemDetail. withArn(String arn)The problem detail's ARN.ProblemDetailProblemDetail. 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 voidProblem. setJob(ProblemDetail job)Information about the associated job.voidProblem. setRun(ProblemDetail run)Information about the associated run.voidProblem. setSuite(ProblemDetail suite)Information about the associated suite.voidProblem. setTest(ProblemDetail test)Information about the associated test.ProblemProblem. withJob(ProblemDetail job)Information about the associated job.ProblemProblem. withRun(ProblemDetail run)Information about the associated run.ProblemProblem. withSuite(ProblemDetail suite)Information about the associated suite.ProblemProblem. withTest(ProblemDetail test)Information about the associated test.
-