| 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<ListDeviceInstancesResult> |
AWSDeviceFarmAsyncClient.listDeviceInstancesAsync(ListDeviceInstancesRequest request,
AsyncHandler<ListDeviceInstancesRequest,ListDeviceInstancesResult> asyncHandler) |
Future<ListDeviceInstancesResult> |
AbstractAWSDeviceFarmAsync.listDeviceInstancesAsync(ListDeviceInstancesRequest request,
AsyncHandler<ListDeviceInstancesRequest,ListDeviceInstancesResult> asyncHandler) |
Future<ListDeviceInstancesResult> |
AWSDeviceFarmAsync.listDeviceInstancesAsync(ListDeviceInstancesRequest listDeviceInstancesRequest,
AsyncHandler<ListDeviceInstancesRequest,ListDeviceInstancesResult> asyncHandler)
Returns information about the private device instances associated with one or more AWS accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceInstancesRequest |
ListDeviceInstancesRequest.clone() |
ListDeviceInstancesRequest |
ListDeviceInstancesRequest.withMaxResults(Integer maxResults)
An integer that specifies the maximum number of items you want to return in the API response.
|
ListDeviceInstancesRequest |
ListDeviceInstancesRequest.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 © 2024. All rights reserved.