Uses of Class
software.amazon.awssdk.services.apptest.model.CreateTestCaseResponse
-
Packages that use CreateTestCaseResponse 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 CreateTestCaseResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return CreateTestCaseResponse Modifier and Type Method Description default CreateTestCaseResponseAppTestClient. createTestCase(Consumer<CreateTestCaseRequest.Builder> createTestCaseRequest)Creates a test case.default CreateTestCaseResponseAppTestClient. createTestCase(CreateTestCaseRequest createTestCaseRequest)Creates a test case.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type CreateTestCaseResponse Modifier and Type Method Description default CompletableFuture<CreateTestCaseResponse>AppTestAsyncClient. createTestCase(Consumer<CreateTestCaseRequest.Builder> createTestCaseRequest)Creates a test case.default CompletableFuture<CreateTestCaseResponse>AppTestAsyncClient. createTestCase(CreateTestCaseRequest createTestCaseRequest)Creates a test case.
-