| 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 |
|---|---|
Future<ListDevicePoolsResult> |
AWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest listDevicePoolsRequest,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler)
Gets information about device pools.
|
Future<ListDevicePoolsResult> |
AWSDeviceFarmAsyncClient.listDevicePoolsAsync(ListDevicePoolsRequest request,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler) |
Future<ListDevicePoolsResult> |
AbstractAWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest request,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicePoolsRequest |
ListDevicePoolsRequest.clone() |
ListDevicePoolsRequest |
ListDevicePoolsRequest.withArn(String arn)
The project ARN.
|
ListDevicePoolsRequest |
ListDevicePoolsRequest.withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
ListDevicePoolsRequest |
ListDevicePoolsRequest.withType(DevicePoolType type)
The device pools' type.
|
ListDevicePoolsRequest |
ListDevicePoolsRequest.withType(String type)
The device pools' type.
|
Copyright © 2018. All rights reserved.