Uses of Class
software.amazon.awssdk.services.apptest.model.CreateTestConfigurationResponse
-
Packages that use CreateTestConfigurationResponse 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 CreateTestConfigurationResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return CreateTestConfigurationResponse Modifier and Type Method Description default CreateTestConfigurationResponseAppTestClient. createTestConfiguration(Consumer<CreateTestConfigurationRequest.Builder> createTestConfigurationRequest)Creates a test configuration.default CreateTestConfigurationResponseAppTestClient. createTestConfiguration(CreateTestConfigurationRequest createTestConfigurationRequest)Creates a test configuration.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type CreateTestConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateTestConfigurationResponse>AppTestAsyncClient. createTestConfiguration(Consumer<CreateTestConfigurationRequest.Builder> createTestConfigurationRequest)Creates a test configuration.default CompletableFuture<CreateTestConfigurationResponse>AppTestAsyncClient. createTestConfiguration(CreateTestConfigurationRequest createTestConfigurationRequest)Creates a test configuration.
-