Uses of Interface
software.amazon.awssdk.services.apptest.AppTestAsyncClient
-
Packages that use AppTestAsyncClient 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 AppTestAsyncClient in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return AppTestAsyncClient Modifier and Type Method Description static AppTestAsyncClientAppTestAsyncClient. create()Create aAppTestAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AppTestAsyncClient in software.amazon.awssdk.services.apptest.paginators
Constructors in software.amazon.awssdk.services.apptest.paginators with parameters of type AppTestAsyncClient Constructor Description ListTestCasesPublisher(AppTestAsyncClient client, ListTestCasesRequest firstRequest)ListTestConfigurationsPublisher(AppTestAsyncClient client, ListTestConfigurationsRequest firstRequest)ListTestRunsPublisher(AppTestAsyncClient client, ListTestRunsRequest firstRequest)ListTestRunStepsPublisher(AppTestAsyncClient client, ListTestRunStepsRequest firstRequest)ListTestRunTestCasesPublisher(AppTestAsyncClient client, ListTestRunTestCasesRequest firstRequest)ListTestSuitesPublisher(AppTestAsyncClient client, ListTestSuitesRequest firstRequest)
-