Uses of Interface
software.amazon.awssdk.services.apptest.model.StartTestRunResponse.Builder
-
Packages that use StartTestRunResponse.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of StartTestRunResponse.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return StartTestRunResponse.Builder Modifier and Type Method Description static StartTestRunResponse.BuilderStartTestRunResponse. builder()StartTestRunResponse.BuilderStartTestRunResponse.Builder. testRunId(String testRunId)The test run ID of the test run.StartTestRunResponse.BuilderStartTestRunResponse.Builder. testRunStatus(String testRunStatus)The test run status of the test run.StartTestRunResponse.BuilderStartTestRunResponse.Builder. testRunStatus(TestRunStatus testRunStatus)The test run status of the test run.StartTestRunResponse.BuilderStartTestRunResponse. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type StartTestRunResponse.Builder Modifier and Type Method Description static Class<? extends StartTestRunResponse.Builder>StartTestRunResponse. serializableBuilderClass()
-