Uses of Class
software.amazon.awssdk.services.apptest.model.UpdateTestConfigurationResponse
-
Packages that use UpdateTestConfigurationResponse 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 UpdateTestConfigurationResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return UpdateTestConfigurationResponse Modifier and Type Method Description default UpdateTestConfigurationResponseAppTestClient. updateTestConfiguration(Consumer<UpdateTestConfigurationRequest.Builder> updateTestConfigurationRequest)Updates a test configuration.default UpdateTestConfigurationResponseAppTestClient. updateTestConfiguration(UpdateTestConfigurationRequest updateTestConfigurationRequest)Updates a test configuration.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type UpdateTestConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateTestConfigurationResponse>AppTestAsyncClient. updateTestConfiguration(Consumer<UpdateTestConfigurationRequest.Builder> updateTestConfigurationRequest)Updates a test configuration.default CompletableFuture<UpdateTestConfigurationResponse>AppTestAsyncClient. updateTestConfiguration(UpdateTestConfigurationRequest updateTestConfigurationRequest)Updates a test configuration.
-