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