Uses of Class
software.amazon.awssdk.services.apptest.model.DeleteTestCaseResponse
-
Packages that use DeleteTestCaseResponse 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 DeleteTestCaseResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return DeleteTestCaseResponse Modifier and Type Method Description default DeleteTestCaseResponseAppTestClient. deleteTestCase(Consumer<DeleteTestCaseRequest.Builder> deleteTestCaseRequest)Deletes a test case.default DeleteTestCaseResponseAppTestClient. deleteTestCase(DeleteTestCaseRequest deleteTestCaseRequest)Deletes a test case.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type DeleteTestCaseResponse Modifier and Type Method Description default CompletableFuture<DeleteTestCaseResponse>AppTestAsyncClient. deleteTestCase(Consumer<DeleteTestCaseRequest.Builder> deleteTestCaseRequest)Deletes a test case.default CompletableFuture<DeleteTestCaseResponse>AppTestAsyncClient. deleteTestCase(DeleteTestCaseRequest deleteTestCaseRequest)Deletes a test case.
-