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