Uses of Class
com.amazonaws.services.devicefarm.model.ListDevicePoolsRequest
-
Packages that use ListDevicePoolsRequest Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of ListDevicePoolsRequest in com.amazonaws.services.devicefarm
Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListDevicePoolsRequest Modifier and Type Method Description Future<ListDevicePoolsResult>
AbstractAWSDeviceFarmAsync. listDevicePoolsAsync(ListDevicePoolsRequest request, AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler)
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)
-
Uses of ListDevicePoolsRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListDevicePoolsRequest Modifier and Type Method 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.
-