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