Uses of Class
software.amazon.awssdk.services.apptest.model.TestConfigurationLifecycle
-
Packages that use TestConfigurationLifecycle Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of TestConfigurationLifecycle in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return TestConfigurationLifecycle Modifier and Type Method Description static TestConfigurationLifecycleTestConfigurationLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestConfigurationLifecycleGetTestConfigurationResponse. status()The status of the test configuration.TestConfigurationLifecycleTestConfigurationLatestVersion. status()The status of the test configuration latest version.TestConfigurationLifecycleTestConfigurationSummary. status()The status of the test configuration summary.static TestConfigurationLifecycleTestConfigurationLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static TestConfigurationLifecycle[]TestConfigurationLifecycle. 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 TestConfigurationLifecycle Modifier and Type Method Description static Set<TestConfigurationLifecycle>TestConfigurationLifecycle. knownValues()Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestConfigurationLifecycle Modifier and Type Method Description GetTestConfigurationResponse.BuilderGetTestConfigurationResponse.Builder. status(TestConfigurationLifecycle status)The status of the test configuration.TestConfigurationLatestVersion.BuilderTestConfigurationLatestVersion.Builder. status(TestConfigurationLifecycle status)The status of the test configuration latest version.TestConfigurationSummary.BuilderTestConfigurationSummary.Builder. status(TestConfigurationLifecycle status)The status of the test configuration summary.
-