Uses of Class
software.amazon.awssdk.services.apptest.model.UpdateTestCaseResponse
-
Packages that use UpdateTestCaseResponse 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 UpdateTestCaseResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return UpdateTestCaseResponse Modifier and Type Method Description default UpdateTestCaseResponseAppTestClient. updateTestCase(Consumer<UpdateTestCaseRequest.Builder> updateTestCaseRequest)Updates a test case.default UpdateTestCaseResponseAppTestClient. updateTestCase(UpdateTestCaseRequest updateTestCaseRequest)Updates a test case.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type UpdateTestCaseResponse Modifier and Type Method Description default CompletableFuture<UpdateTestCaseResponse>AppTestAsyncClient. updateTestCase(Consumer<UpdateTestCaseRequest.Builder> updateTestCaseRequest)Updates a test case.default CompletableFuture<UpdateTestCaseResponse>AppTestAsyncClient. updateTestCase(UpdateTestCaseRequest updateTestCaseRequest)Updates a test case.
-