| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevicePoolsResult |
AWSDeviceFarmClient.listDevicePools(ListDevicePoolsRequest request)
Gets information about device pools.
|
ListDevicePoolsResult |
AWSDeviceFarm.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
ListDevicePoolsResult |
AbstractAWSDeviceFarm.listDevicePools(ListDevicePoolsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicePoolsResult> |
AWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest listDevicePoolsRequest,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler)
Gets information about device pools.
|
Future<ListDevicePoolsResult> |
AbstractAWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest request,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler) |
Future<ListDevicePoolsResult> |
AWSDeviceFarmAsyncClient.listDevicePoolsAsync(ListDevicePoolsRequest request,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicePoolsResult |
ListDevicePoolsResult.clone() |
ListDevicePoolsResult |
ListDevicePoolsResult.withDevicePools(Collection<DevicePool> devicePools)
Information about the device pools.
|
ListDevicePoolsResult |
ListDevicePoolsResult.withDevicePools(DevicePool... devicePools)
Information about the device pools.
|
ListDevicePoolsResult |
ListDevicePoolsResult.withNextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned.
|
Copyright © 2021. All rights reserved.