Uses of Interface
software.amazon.awssdk.services.apptest.AppTestClient
-
Packages that use AppTestClient 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.paginators -
-
Uses of AppTestClient in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return AppTestClient Modifier and Type Method Description static AppTestClientAppTestClient. create()Create aAppTestClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AppTestClient in software.amazon.awssdk.services.apptest.paginators
Constructors in software.amazon.awssdk.services.apptest.paginators with parameters of type AppTestClient Constructor Description ListTestCasesIterable(AppTestClient client, ListTestCasesRequest firstRequest)ListTestConfigurationsIterable(AppTestClient client, ListTestConfigurationsRequest firstRequest)ListTestRunsIterable(AppTestClient client, ListTestRunsRequest firstRequest)ListTestRunStepsIterable(AppTestClient client, ListTestRunStepsRequest firstRequest)ListTestRunTestCasesIterable(AppTestClient client, ListTestRunTestCasesRequest firstRequest)ListTestSuitesIterable(AppTestClient client, ListTestSuitesRequest firstRequest)
-