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