Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.TestCaseScenarioStatus
-
Packages that use TestCaseScenarioStatus Package Description software.amazon.awssdk.services.iotdeviceadvisor.model -
-
Uses of TestCaseScenarioStatus in software.amazon.awssdk.services.iotdeviceadvisor.model
Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return TestCaseScenarioStatus Modifier and Type Method Description static TestCaseScenarioStatusTestCaseScenarioStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestCaseScenarioStatusTestCaseScenario. status()Provides the test case scenario status.static TestCaseScenarioStatusTestCaseScenarioStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TestCaseScenarioStatus[]TestCaseScenarioStatus. 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 TestCaseScenarioStatus Modifier and Type Method Description static Set<TestCaseScenarioStatus>TestCaseScenarioStatus. knownValues()Methods in software.amazon.awssdk.services.iotdeviceadvisor.model with parameters of type TestCaseScenarioStatus Modifier and Type Method Description TestCaseScenario.BuilderTestCaseScenario.Builder. status(TestCaseScenarioStatus status)Provides the test case scenario status.
-