Uses of Class
software.amazon.awssdk.services.devicefarm.model.ExecutionResult
-
Packages that use ExecutionResult Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of ExecutionResult in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return ExecutionResult Modifier and Type Method Description static ExecutionResultExecutionResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionResultJob. result()The job's result.ExecutionResultProblem. result()The problem's result.ExecutionResultRemoteAccessSession. result()The result of the remote access session.ExecutionResultRun. result()The run's result.ExecutionResultSuite. result()The suite's result.ExecutionResultTest. result()The test's result.static ExecutionResultExecutionResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionResult[]ExecutionResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type ExecutionResult Modifier and Type Method Description static Set<ExecutionResult>ExecutionResult. knownValues()Map<ExecutionResult,List<UniqueProblem>>ListUniqueProblemsResponse. uniqueProblems()Information about the unique problems.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type ExecutionResult Modifier and Type Method Description Job.BuilderJob.Builder. result(ExecutionResult result)The job's result.Problem.BuilderProblem.Builder. result(ExecutionResult result)The problem's result.RemoteAccessSession.BuilderRemoteAccessSession.Builder. result(ExecutionResult result)The result of the remote access session.Run.BuilderRun.Builder. result(ExecutionResult result)The run's result.Suite.BuilderSuite.Builder. result(ExecutionResult result)The suite's result.Test.BuilderTest.Builder. result(ExecutionResult result)The test's result.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type ExecutionResult Modifier and Type Method Description ListUniqueProblemsResponse.BuilderListUniqueProblemsResponse.Builder. uniqueProblems(Map<ExecutionResult,? extends Collection<UniqueProblem>> uniqueProblems)Information about the unique problems.
-