Uses of Class
com.amazonaws.services.devicefarm.model.Suite
-
Packages that use Suite Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Suite in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Suite Modifier and Type Method Description SuiteSuite. clone()SuiteGetSuiteResult. getSuite()SuiteSuite. withArn(String arn)The suite's ARN.SuiteSuite. withCounters(Counters counters)The suite's result counters.SuiteSuite. withCreated(Date created)When the suite was created.SuiteSuite. withDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the test suite.SuiteSuite. withMessage(String message)A message about the suite's result.SuiteSuite. withName(String name)The suite's name.SuiteSuite. withResult(ExecutionResult result)The suite's result.SuiteSuite. withResult(String result)The suite's result.SuiteSuite. withStarted(Date started)The suite's start time.SuiteSuite. withStatus(ExecutionStatus status)The suite's status.SuiteSuite. withStatus(String status)The suite's status.SuiteSuite. withStopped(Date stopped)The suite's stop time.SuiteSuite. withType(TestType type)The suite's type.SuiteSuite. withType(String type)The suite's type.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Suite Modifier and Type Method Description List<Suite>ListSuitesResult. getSuites()Information about the suites.Methods in com.amazonaws.services.devicefarm.model with parameters of type Suite Modifier and Type Method Description voidGetSuiteResult. setSuite(Suite suite)GetSuiteResultGetSuiteResult. withSuite(Suite suite)ListSuitesResultListSuitesResult. withSuites(Suite... suites)Information about the suites.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Suite Modifier and Type Method Description voidListSuitesResult. setSuites(Collection<Suite> suites)Information about the suites.ListSuitesResultListSuitesResult. withSuites(Collection<Suite> suites)Information about the suites.
-