| 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 | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListTestsResponse |
DeviceFarmClient.listTests(Consumer<ListTestsRequest.Builder> listTestsRequest)
Gets information about tests.
|
default ListTestsResponse |
DeviceFarmClient.listTests(ListTestsRequest listTestsRequest)
Gets information about tests.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTestsResponse> |
DeviceFarmAsyncClient.listTests(Consumer<ListTestsRequest.Builder> listTestsRequest)
Gets information about tests.
|
default CompletableFuture<ListTestsResponse> |
DeviceFarmAsyncClient.listTests(ListTestsRequest listTestsRequest)
Gets information about tests.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTestsResponse> |
ListTestsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ListTestsPublisher |
ListTestsPublisher.resume(ListTestsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
ListTestsIterable |
ListTestsIterable.resume(ListTestsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTestsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
ListTestsResponse |
ListTestsResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.