Uses of Class
software.amazon.awssdk.services.apptest.model.GetTestSuiteResponse
-
Packages that use GetTestSuiteResponse 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 GetTestSuiteResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return GetTestSuiteResponse Modifier and Type Method Description default GetTestSuiteResponseAppTestClient. getTestSuite(Consumer<GetTestSuiteRequest.Builder> getTestSuiteRequest)Gets a test suite.default GetTestSuiteResponseAppTestClient. getTestSuite(GetTestSuiteRequest getTestSuiteRequest)Gets a test suite.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type GetTestSuiteResponse Modifier and Type Method Description default CompletableFuture<GetTestSuiteResponse>AppTestAsyncClient. getTestSuite(Consumer<GetTestSuiteRequest.Builder> getTestSuiteRequest)Gets a test suite.default CompletableFuture<GetTestSuiteResponse>AppTestAsyncClient. getTestSuite(GetTestSuiteRequest getTestSuiteRequest)Gets a test suite.
-