Uses of Class
software.amazon.awssdk.services.apptest.paginators.ListTestRunsIterable
-
Packages that use ListTestRunsIterable 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 ListTestRunsIterable in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return ListTestRunsIterable Modifier and Type Method Description default ListTestRunsIterableAppTestClient. listTestRunsPaginator(Consumer<ListTestRunsRequest.Builder> listTestRunsRequest)This is a variant ofAppTestClient.listTestRuns(software.amazon.awssdk.services.apptest.model.ListTestRunsRequest)operation.default ListTestRunsIterableAppTestClient. listTestRunsPaginator(ListTestRunsRequest listTestRunsRequest)This is a variant ofAppTestClient.listTestRuns(software.amazon.awssdk.services.apptest.model.ListTestRunsRequest)operation.
-