| 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 ListDevicePoolsResponse |
DeviceFarmClient.listDevicePools(Consumer<ListDevicePoolsRequest.Builder> listDevicePoolsRequest)
Gets information about device pools.
|
default ListDevicePoolsResponse |
DeviceFarmClient.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDevicePoolsResponse> |
DeviceFarmAsyncClient.listDevicePools(Consumer<ListDevicePoolsRequest.Builder> listDevicePoolsRequest)
Gets information about device pools.
|
default CompletableFuture<ListDevicePoolsResponse> |
DeviceFarmAsyncClient.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDevicePoolsResponse> |
ListDevicePoolsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicePoolsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDevicePoolsResponse> subscriber) |
Copyright © 2018. All rights reserved.