Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.TestCaseScenarioType
-
Packages that use TestCaseScenarioType Package Description software.amazon.awssdk.services.iotdeviceadvisor.model -
-
Uses of TestCaseScenarioType in software.amazon.awssdk.services.iotdeviceadvisor.model
Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return TestCaseScenarioType Modifier and Type Method Description static TestCaseScenarioTypeTestCaseScenarioType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestCaseScenarioTypeTestCaseScenario. testCaseScenarioType()Provides test case scenario type.static TestCaseScenarioTypeTestCaseScenarioType. valueOf(String name)Returns the enum constant of this type with the specified name.static TestCaseScenarioType[]TestCaseScenarioType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return types with arguments of type TestCaseScenarioType Modifier and Type Method Description static Set<TestCaseScenarioType>TestCaseScenarioType. knownValues()Methods in software.amazon.awssdk.services.iotdeviceadvisor.model with parameters of type TestCaseScenarioType Modifier and Type Method Description TestCaseScenario.BuilderTestCaseScenario.Builder. testCaseScenarioType(TestCaseScenarioType testCaseScenarioType)Provides test case scenario type.
-