Uses of Class
software.amazon.awssdk.services.apptest.model.CreateTestSuiteResponse
-
Packages that use CreateTestSuiteResponse 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 CreateTestSuiteResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return CreateTestSuiteResponse Modifier and Type Method Description default CreateTestSuiteResponseAppTestClient. createTestSuite(Consumer<CreateTestSuiteRequest.Builder> createTestSuiteRequest)Creates a test suite.default CreateTestSuiteResponseAppTestClient. createTestSuite(CreateTestSuiteRequest createTestSuiteRequest)Creates a test suite.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type CreateTestSuiteResponse Modifier and Type Method Description default CompletableFuture<CreateTestSuiteResponse>AppTestAsyncClient. createTestSuite(Consumer<CreateTestSuiteRequest.Builder> createTestSuiteRequest)Creates a test suite.default CompletableFuture<CreateTestSuiteResponse>AppTestAsyncClient. createTestSuite(CreateTestSuiteRequest createTestSuiteRequest)Creates a test suite.
-