Uses of Class
software.amazon.awssdk.services.apptest.model.StartTestRunResponse
-
Packages that use StartTestRunResponse Package Description software.amazon.awssdk.services.apptest AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects. -
-
Uses of StartTestRunResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return StartTestRunResponse Modifier and Type Method Description default StartTestRunResponseAppTestClient. startTestRun(Consumer<StartTestRunRequest.Builder> startTestRunRequest)Starts a test run.default StartTestRunResponseAppTestClient. startTestRun(StartTestRunRequest startTestRunRequest)Starts a test run.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type StartTestRunResponse Modifier and Type Method Description default CompletableFuture<StartTestRunResponse>AppTestAsyncClient. startTestRun(Consumer<StartTestRunRequest.Builder> startTestRunRequest)Starts a test run.default CompletableFuture<StartTestRunResponse>AppTestAsyncClient. startTestRun(StartTestRunRequest startTestRunRequest)Starts a test run.
-