Uses of Class
software.amazon.awssdk.services.apptest.model.GetTestCaseRequest
-
Packages that use GetTestCaseRequest 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 GetTestCaseRequest in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest with parameters of type GetTestCaseRequest Modifier and Type Method Description default CompletableFuture<GetTestCaseResponse>AppTestAsyncClient. getTestCase(GetTestCaseRequest getTestCaseRequest)Gets a test case.default GetTestCaseResponseAppTestClient. getTestCase(GetTestCaseRequest getTestCaseRequest)Gets a test case. -
Uses of GetTestCaseRequest in software.amazon.awssdk.services.apptest.transform
Methods in software.amazon.awssdk.services.apptest.transform with parameters of type GetTestCaseRequest Modifier and Type Method Description SdkHttpFullRequestGetTestCaseRequestMarshaller. marshall(GetTestCaseRequest getTestCaseRequest)
-