Uses of Class
software.amazon.awssdk.services.apptest.model.UpdateTestSuiteResponse
-
Packages that use UpdateTestSuiteResponse 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 UpdateTestSuiteResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return UpdateTestSuiteResponse Modifier and Type Method Description default UpdateTestSuiteResponseAppTestClient. updateTestSuite(Consumer<UpdateTestSuiteRequest.Builder> updateTestSuiteRequest)Updates a test suite.default UpdateTestSuiteResponseAppTestClient. updateTestSuite(UpdateTestSuiteRequest updateTestSuiteRequest)Updates a test suite.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type UpdateTestSuiteResponse Modifier and Type Method Description default CompletableFuture<UpdateTestSuiteResponse>AppTestAsyncClient. updateTestSuite(Consumer<UpdateTestSuiteRequest.Builder> updateTestSuiteRequest)Updates a test suite.default CompletableFuture<UpdateTestSuiteResponse>AppTestAsyncClient. updateTestSuite(UpdateTestSuiteRequest updateTestSuiteRequest)Updates a test suite.
-