| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
| software.amazon.awssdk.services.devicefarm.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTestsResponse |
DeviceFarmClient.listTests(Consumer<ListTestsRequest.Builder> listTestsRequest)
Gets information about tests in a given test suite.
|
default ListTestsResponse |
DeviceFarmClient.listTests(ListTestsRequest listTestsRequest)
Gets information about tests in a given test suite.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTestsResponse> |
ListTestsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTestsResponse> subscriber) |
Copyright © 2019. All rights reserved.