| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
AWSDeviceFarmClient.listDevices(ListDevicesRequest listDevicesRequest)
Gets information about unique device types.
|
ListDevicesResult |
AbstractAWSDeviceFarm.listDevices(ListDevicesRequest request) |
ListDevicesResult |
AWSDeviceFarm.listDevices(ListDevicesRequest listDevicesRequest)
Gets information about unique device types.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Gets information about unique device types.
|
Future<ListDevicesResult> |
AWSDeviceFarmAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AbstractAWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.clone() |
ListDevicesResult |
ListDevicesResult.withDevices(Collection<Device> devices)
Information about the devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(Device... devices)
Information about the devices.
|
ListDevicesResult |
ListDevicesResult.withNextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned,
which can be used in a subsequent call to this operation to return the next set of items in the list.
|
Copyright © 2017. All rights reserved.