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