Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.TestCaseScenario
-
Packages that use TestCaseScenario Package Description software.amazon.awssdk.services.iotdeviceadvisor.model -
-
Uses of TestCaseScenario in software.amazon.awssdk.services.iotdeviceadvisor.model
Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return types with arguments of type TestCaseScenario Modifier and Type Method Description List<TestCaseScenario>TestCaseRun. testScenarios()Provides the test scenarios for the test case run.Methods in software.amazon.awssdk.services.iotdeviceadvisor.model with parameters of type TestCaseScenario Modifier and Type Method Description TestCaseRun.BuilderTestCaseRun.Builder. testScenarios(TestCaseScenario... testScenarios)Provides the test scenarios for the test case run.Method parameters in software.amazon.awssdk.services.iotdeviceadvisor.model with type arguments of type TestCaseScenario Modifier and Type Method Description TestCaseRun.BuilderTestCaseRun.Builder. testScenarios(Collection<TestCaseScenario> testScenarios)Provides the test scenarios for the test case run.
-