Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
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> |
AbstractAWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest request,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler) |
Future<ListDevicePoolsResult> |
AWSDeviceFarmAsyncClient.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.