Uses of Class
software.amazon.awssdk.services.apptest.model.ListTestSuitesResponse
-
Packages that use ListTestSuitesResponse 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 ListTestSuitesResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return ListTestSuitesResponse Modifier and Type Method Description default ListTestSuitesResponseAppTestClient. listTestSuites(Consumer<ListTestSuitesRequest.Builder> listTestSuitesRequest)Lists test suites.default ListTestSuitesResponseAppTestClient. listTestSuites(ListTestSuitesRequest listTestSuitesRequest)Lists test suites.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type ListTestSuitesResponse Modifier and Type Method Description default CompletableFuture<ListTestSuitesResponse>AppTestAsyncClient. listTestSuites(Consumer<ListTestSuitesRequest.Builder> listTestSuitesRequest)Lists test suites.default CompletableFuture<ListTestSuitesResponse>AppTestAsyncClient. listTestSuites(ListTestSuitesRequest listTestSuitesRequest)Lists test suites. -
Uses of ListTestSuitesResponse in software.amazon.awssdk.services.apptest.paginators
Methods in software.amazon.awssdk.services.apptest.paginators that return types with arguments of type ListTestSuitesResponse Modifier and Type Method Description Iterator<ListTestSuitesResponse>ListTestSuitesIterable. iterator()Method parameters in software.amazon.awssdk.services.apptest.paginators with type arguments of type ListTestSuitesResponse Modifier and Type Method Description voidListTestSuitesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTestSuitesResponse> subscriber)
-