Uses of Class
software.amazon.awssdk.services.apptest.model.TestCaseLifecycle
-
Packages that use TestCaseLifecycle Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of TestCaseLifecycle in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return TestCaseLifecycle Modifier and Type Method Description static TestCaseLifecycleTestCaseLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestCaseLifecycleGetTestCaseResponse. status()The status of the test case.TestCaseLifecycleTestCaseLatestVersion. status()The status of the test case latest version.TestCaseLifecycleTestCaseSummary. status()The status of the test case summary.static TestCaseLifecycleTestCaseLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static TestCaseLifecycle[]TestCaseLifecycle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TestCaseLifecycle Modifier and Type Method Description static Set<TestCaseLifecycle>TestCaseLifecycle. knownValues()Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestCaseLifecycle Modifier and Type Method Description GetTestCaseResponse.BuilderGetTestCaseResponse.Builder. status(TestCaseLifecycle status)The status of the test case.TestCaseLatestVersion.BuilderTestCaseLatestVersion.Builder. status(TestCaseLifecycle status)The status of the test case latest version.TestCaseSummary.BuilderTestCaseSummary.Builder. status(TestCaseLifecycle status)The status of the test case summary.
-