Uses of Class
software.amazon.awssdk.services.apptest.model.TestRunStatus
-
Packages that use TestRunStatus Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of TestRunStatus in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return TestRunStatus Modifier and Type Method Description static TestRunStatusTestRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestRunStatusTestRunSummary. status()The status of the test run summary.TestRunStatusStartTestRunResponse. testRunStatus()The test run status of the test run.static TestRunStatusTestRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TestRunStatus[]TestRunStatus. 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 TestRunStatus Modifier and Type Method Description static Set<TestRunStatus>TestRunStatus. knownValues()Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestRunStatus Modifier and Type Method Description TestRunSummary.BuilderTestRunSummary.Builder. status(TestRunStatus status)The status of the test run summary.StartTestRunResponse.BuilderStartTestRunResponse.Builder. testRunStatus(TestRunStatus testRunStatus)The test run status of the test run.
-