Uses of Class
software.amazon.awssdk.services.apptest.model.StepRunStatus
-
Packages that use StepRunStatus Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of StepRunStatus in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return StepRunStatus Modifier and Type Method Description static StepRunStatusStepRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StepRunStatusGetTestRunStepResponse. status()The status of the test run step.StepRunStatusTestRunStepSummary. status()The status of the test run step summary.static StepRunStatusStepRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StepRunStatus[]StepRunStatus. 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 StepRunStatus Modifier and Type Method Description static Set<StepRunStatus>StepRunStatus. knownValues()Methods in software.amazon.awssdk.services.apptest.model with parameters of type StepRunStatus Modifier and Type Method Description GetTestRunStepResponse.BuilderGetTestRunStepResponse.Builder. status(StepRunStatus status)The status of the test run step.TestRunStepSummary.BuilderTestRunStepSummary.Builder. status(StepRunStatus status)The status of the test run step summary.
-