| 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 |
|---|---|
Future<ListDevicesResult> |
AWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Gets information about unique device types.
|
Future<ListDevicesResult> |
AbstractAWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSDeviceFarmAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest |
ListDevicesRequest.clone() |
ListDevicesRequest |
ListDevicesRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the project.
|
ListDevicesRequest |
ListDevicesRequest.withFilters(Collection<DeviceFilter> filters)
Used to select a set of devices.
|
ListDevicesRequest |
ListDevicesRequest.withFilters(DeviceFilter... filters)
Used to select a set of devices.
|
ListDevicesRequest |
ListDevicesRequest.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.
|
Copyright © 2021. All rights reserved.