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