Uses of Class
software.amazon.awssdk.services.apptest.model.GetTestConfigurationResponse
-
Packages that use GetTestConfigurationResponse 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 GetTestConfigurationResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return GetTestConfigurationResponse Modifier and Type Method Description default GetTestConfigurationResponseAppTestClient. getTestConfiguration(Consumer<GetTestConfigurationRequest.Builder> getTestConfigurationRequest)Gets a test configuration.default GetTestConfigurationResponseAppTestClient. getTestConfiguration(GetTestConfigurationRequest getTestConfigurationRequest)Gets a test configuration.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type GetTestConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetTestConfigurationResponse>AppTestAsyncClient. getTestConfiguration(Consumer<GetTestConfigurationRequest.Builder> getTestConfigurationRequest)Gets a test configuration.default CompletableFuture<GetTestConfigurationResponse>AppTestAsyncClient. getTestConfiguration(GetTestConfigurationRequest getTestConfigurationRequest)Gets a test configuration.
-