Uses of Class
com.amazonaws.services.devicefarm.model.Suite
Packages that use Suite
-
Uses of Suite in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return SuiteModifier and TypeMethodDescriptionSuite.clone()
GetSuiteResult.getSuite()
The suite's ARN.Suite.withCounters
(Counters counters) The suite's result counters.Suite.withCreated
(Date created) When the suite was created.Suite.withDeviceMinutes
(DeviceMinutes deviceMinutes) Represents the total (metered or unmetered) minutes used by the test suite.Suite.withMessage
(String message) A message about the suite's result.The suite's name.Suite.withResult
(ExecutionResult result) The suite's result.Suite.withResult
(String result) The suite's result.Suite.withStarted
(Date started) The suite's start time.Suite.withStatus
(ExecutionStatus status) The suite's status.Suite.withStatus
(String status) The suite's status.Suite.withStopped
(Date stopped) The suite's stop time.The suite's type.The suite's type.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type SuiteMethods in com.amazonaws.services.devicefarm.model with parameters of type SuiteModifier and TypeMethodDescriptionvoid
ListSuitesResult.withSuites
(Suite... suites) Information about the suites.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type SuiteModifier and TypeMethodDescriptionvoid
ListSuitesResult.setSuites
(Collection<Suite> suites) Information about the suites.ListSuitesResult.withSuites
(Collection<Suite> suites) Information about the suites.