Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListTestsResponse
-
Packages that use ListTestsResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of ListTestsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListTestsResponse Modifier and Type Method Description default ListTestsResponseDeviceFarmClient. listTests(Consumer<ListTestsRequest.Builder> listTestsRequest)Gets information about tests in a given test suite.default ListTestsResponseDeviceFarmClient. listTests(ListTestsRequest listTestsRequest)Gets information about tests in a given test suite.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListTestsResponse Modifier and Type Method Description default CompletableFuture<ListTestsResponse>DeviceFarmAsyncClient. listTests(Consumer<ListTestsRequest.Builder> listTestsRequest)Gets information about tests in a given test suite.default CompletableFuture<ListTestsResponse>DeviceFarmAsyncClient. listTests(ListTestsRequest listTestsRequest)Gets information about tests in a given test suite. -
Uses of ListTestsResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type ListTestsResponse Modifier and Type Method Description Iterator<ListTestsResponse>ListTestsIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type ListTestsResponse Modifier and Type Method Description voidListTestsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTestsResponse> subscriber)
-