Uses of Class
software.amazon.awssdk.services.apptest.model.ListTestRunsResponse
-
Packages that use ListTestRunsResponse 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 ListTestRunsResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return ListTestRunsResponse Modifier and Type Method Description default ListTestRunsResponseAppTestClient. listTestRuns(Consumer<ListTestRunsRequest.Builder> listTestRunsRequest)Lists test runs.default ListTestRunsResponseAppTestClient. listTestRuns(ListTestRunsRequest listTestRunsRequest)Lists test runs.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type ListTestRunsResponse Modifier and Type Method Description default CompletableFuture<ListTestRunsResponse>AppTestAsyncClient. listTestRuns(Consumer<ListTestRunsRequest.Builder> listTestRunsRequest)Lists test runs.default CompletableFuture<ListTestRunsResponse>AppTestAsyncClient. listTestRuns(ListTestRunsRequest listTestRunsRequest)Lists test runs. -
Uses of ListTestRunsResponse in software.amazon.awssdk.services.apptest.paginators
Methods in software.amazon.awssdk.services.apptest.paginators that return types with arguments of type ListTestRunsResponse Modifier and Type Method Description Iterator<ListTestRunsResponse>ListTestRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.apptest.paginators with type arguments of type ListTestRunsResponse Modifier and Type Method Description voidListTestRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTestRunsResponse> subscriber)
-