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 Suite
Suite. clone()
Suite
GetSuiteResult. getSuite()
Suite
Suite. withArn(String arn)
The suite's ARN.Suite
Suite. withCounters(Counters counters)
The suite's result counters.Suite
Suite. withCreated(Date created)
When the suite was created.Suite
Suite. withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test suite.Suite
Suite. withMessage(String message)
A message about the suite's result.Suite
Suite. withName(String name)
The suite's name.Suite
Suite. withResult(ExecutionResult result)
The suite's result.Suite
Suite. withResult(String result)
The suite's result.Suite
Suite. withStarted(Date started)
The suite's start time.Suite
Suite. withStatus(ExecutionStatus status)
The suite's status.Suite
Suite. withStatus(String status)
The suite's status.Suite
Suite. withStopped(Date stopped)
The suite's stop time.Suite
Suite. withType(TestType type)
The suite's type.Suite
Suite. 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 void
GetSuiteResult. setSuite(Suite suite)
GetSuiteResult
GetSuiteResult. withSuite(Suite suite)
ListSuitesResult
ListSuitesResult. 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 void
ListSuitesResult. setSuites(Collection<Suite> suites)
Information about the suites.ListSuitesResult
ListSuitesResult. withSuites(Collection<Suite> suites)
Information about the suites.
-