Uses of Class
com.amazonaws.services.devicefarm.model.ListDevicePoolsResult
-
Packages that use ListDevicePoolsResult Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of ListDevicePoolsResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return ListDevicePoolsResult Modifier and Type Method Description ListDevicePoolsResultAbstractAWSDeviceFarm. listDevicePools(ListDevicePoolsRequest request)ListDevicePoolsResultAWSDeviceFarm. listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)Gets information about device pools.ListDevicePoolsResultAWSDeviceFarmClient. listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)Gets information about device pools.Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListDevicePoolsResult 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 ListDevicePoolsResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListDevicePoolsResult Modifier and Type Method Description ListDevicePoolsResultListDevicePoolsResult. clone()ListDevicePoolsResultListDevicePoolsResult. withDevicePools(DevicePool... devicePools)Information about the device pools.ListDevicePoolsResultListDevicePoolsResult. withDevicePools(Collection<DevicePool> devicePools)Information about the device pools.ListDevicePoolsResultListDevicePoolsResult. withNextToken(String nextToken)If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.
-