Uses of Class
com.amazonaws.services.devicefarm.model.ListDevicesResult
Packages that use ListDevicesResult
-
Uses of ListDevicesResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return ListDevicesResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.listDevices(ListDevicesRequest request) AWSDeviceFarm.listDevices(ListDevicesRequest listDevicesRequest) Gets information about unique device types.AWSDeviceFarmClient.listDevices(ListDevicesRequest listDevicesRequest) Gets information about unique device types.Methods in com.amazonaws.services.devicefarm that return types with arguments of type ListDevicesResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest request) AbstractAWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest request, AsyncHandler<ListDevicesRequest, ListDevicesResult> asyncHandler) AWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest) Gets information about unique device types.AWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest, AsyncHandler<ListDevicesRequest, ListDevicesResult> asyncHandler) Gets information about unique device types.AWSDeviceFarmAsyncClient.listDevicesAsync(ListDevicesRequest request) AWSDeviceFarmAsyncClient.listDevicesAsync(ListDevicesRequest request, AsyncHandler<ListDevicesRequest, ListDevicesResult> asyncHandler) Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListDevicesResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest request, AsyncHandler<ListDevicesRequest, ListDevicesResult> asyncHandler) AWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest, AsyncHandler<ListDevicesRequest, ListDevicesResult> asyncHandler) Gets information about unique device types.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 ListDevicesResultModifier and TypeMethodDescriptionListDevicesResult.clone()ListDevicesResult.withDevices(Device... devices) Information about the devices.ListDevicesResult.withDevices(Collection<Device> devices) Information about the devices.ListDevicesResult.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.