Uses of Class
software.amazon.awssdk.services.apptest.model.TestSuiteLifecycle
-
Packages that use TestSuiteLifecycle Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of TestSuiteLifecycle in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return TestSuiteLifecycle Modifier and Type Method Description static TestSuiteLifecycleTestSuiteLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestSuiteLifecycleGetTestSuiteResponse. status()The status of the test suite.TestSuiteLifecycleTestSuiteLatestVersion. status()The status of the test suite latest version.TestSuiteLifecycleTestSuiteSummary. status()The status of the test suite summary.static TestSuiteLifecycleTestSuiteLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static TestSuiteLifecycle[]TestSuiteLifecycle. 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 TestSuiteLifecycle Modifier and Type Method Description static Set<TestSuiteLifecycle>TestSuiteLifecycle. knownValues()Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestSuiteLifecycle Modifier and Type Method Description GetTestSuiteResponse.BuilderGetTestSuiteResponse.Builder. status(TestSuiteLifecycle status)The status of the test suite.TestSuiteLatestVersion.BuilderTestSuiteLatestVersion.Builder. status(TestSuiteLifecycle status)The status of the test suite latest version.TestSuiteSummary.BuilderTestSuiteSummary.Builder. status(TestSuiteLifecycle status)The status of the test suite summary.
-