Uses of Class
com.amazonaws.services.devicefarm.model.ListDevicesResult
-
Packages that use ListDevicesResult Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of ListDevicesResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return ListDevicesResult Modifier and Type Method Description ListDevicesResultAbstractAWSDeviceFarm. listDevices(ListDevicesRequest request)ListDevicesResultAWSDeviceFarm. listDevices(ListDevicesRequest listDevicesRequest)Gets information about unique device types.ListDevicesResultAWSDeviceFarmClient. listDevices(ListDevicesRequest listDevicesRequest)Gets information about unique device types.Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListDevicesResult Modifier and Type Method Description Future<ListDevicesResult>AbstractAWSDeviceFarmAsync. listDevicesAsync(ListDevicesRequest request, AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)Future<ListDevicesResult>AWSDeviceFarmAsync. listDevicesAsync(ListDevicesRequest listDevicesRequest, AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)Gets information about unique device types.Future<ListDevicesResult>AWSDeviceFarmAsyncClient. listDevicesAsync(ListDevicesRequest request, AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) -
Uses of ListDevicesResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListDevicesResult Modifier and Type Method Description ListDevicesResultListDevicesResult. clone()ListDevicesResultListDevicesResult. withDevices(Device... devices)Information about the devices.ListDevicesResultListDevicesResult. withDevices(Collection<Device> devices)Information about the devices.ListDevicesResultListDevicesResult. 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.
-