Uses of Class
software.amazon.awssdk.services.apptest.model.DeleteTestRunRequest
-
Packages that use DeleteTestRunRequest 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.software.amazon.awssdk.services.apptest.transform -
-
Uses of DeleteTestRunRequest in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest with parameters of type DeleteTestRunRequest Modifier and Type Method Description default CompletableFuture<DeleteTestRunResponse>AppTestAsyncClient. deleteTestRun(DeleteTestRunRequest deleteTestRunRequest)Deletes a test run.default DeleteTestRunResponseAppTestClient. deleteTestRun(DeleteTestRunRequest deleteTestRunRequest)Deletes a test run. -
Uses of DeleteTestRunRequest in software.amazon.awssdk.services.apptest.transform
Methods in software.amazon.awssdk.services.apptest.transform with parameters of type DeleteTestRunRequest Modifier and Type Method Description SdkHttpFullRequestDeleteTestRunRequestMarshaller. marshall(DeleteTestRunRequest deleteTestRunRequest)
-