Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.TestCaseRun
-
Packages that use TestCaseRun Package Description software.amazon.awssdk.services.iotdeviceadvisor.model -
-
Uses of TestCaseRun in software.amazon.awssdk.services.iotdeviceadvisor.model
Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return types with arguments of type TestCaseRun Modifier and Type Method Description List<TestCaseRun>GroupResult. tests()Tests under Group Result.Methods in software.amazon.awssdk.services.iotdeviceadvisor.model with parameters of type TestCaseRun Modifier and Type Method Description GroupResult.BuilderGroupResult.Builder. tests(TestCaseRun... tests)Tests under Group Result.Method parameters in software.amazon.awssdk.services.iotdeviceadvisor.model with type arguments of type TestCaseRun Modifier and Type Method Description GroupResult.BuilderGroupResult.Builder. tests(Collection<TestCaseRun> tests)Tests under Group Result.
-