Uses of Class
com.amazonaws.services.devicefarm.model.ListDevicesRequest
Packages that use ListDevicesRequest
-
Uses of ListDevicesRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type ListDevicesRequestModifier 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.AbstractAWSDeviceFarmAsync.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 ListDevicesRequestModifier 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 ListDevicesRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListDevicesRequestModifier and TypeMethodDescriptionListDevicesRequest.clone()
The device types' ARNs.ListDevicesRequest.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.