| 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 ListDevicePoolsResponse |
DeviceFarmClient.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
default CompletableFuture<ListDevicePoolsResponse> |
DeviceFarmAsyncClient.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
default ListDevicePoolsIterable |
DeviceFarmClient.listDevicePoolsPaginator(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
default ListDevicePoolsPublisher |
DeviceFarmAsyncClient.listDevicePoolsPaginator(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
| Constructor and Description |
|---|
ListDevicePoolsIterable(DeviceFarmClient client,
ListDevicePoolsRequest firstRequest) |
ListDevicePoolsPublisher(DeviceFarmAsyncClient client,
ListDevicePoolsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.Request<ListDevicePoolsRequest> |
ListDevicePoolsRequestMarshaller.marshall(ListDevicePoolsRequest listDevicePoolsRequest) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.Request<ListDevicePoolsRequest> |
ListDevicePoolsRequestMarshaller.marshall(ListDevicePoolsRequest listDevicePoolsRequest) |
void |
ListDevicePoolsRequestModelMarshaller.marshall(ListDevicePoolsRequest listDevicePoolsRequest,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.