Uses of Class
com.amazonaws.services.devicefarm.model.ListDevicePoolsRequest
Packages that use ListDevicePoolsRequest
-
Uses of ListDevicePoolsRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type ListDevicePoolsRequestModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.listDevicePools(ListDevicePoolsRequest request) AWSDeviceFarm.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest) Gets information about device pools.AWSDeviceFarmClient.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest) Gets information about device pools.AbstractAWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest request) AbstractAWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest request, AsyncHandler<ListDevicePoolsRequest, ListDevicePoolsResult> asyncHandler) AWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest listDevicePoolsRequest) Gets information about device pools.AWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest listDevicePoolsRequest, AsyncHandler<ListDevicePoolsRequest, ListDevicePoolsResult> asyncHandler) Gets information about device pools.AWSDeviceFarmAsyncClient.listDevicePoolsAsync(ListDevicePoolsRequest request) AWSDeviceFarmAsyncClient.listDevicePoolsAsync(ListDevicePoolsRequest request, AsyncHandler<ListDevicePoolsRequest, ListDevicePoolsResult> asyncHandler) Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListDevicePoolsRequestModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest request, AsyncHandler<ListDevicePoolsRequest, ListDevicePoolsResult> asyncHandler) AWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest listDevicePoolsRequest, AsyncHandler<ListDevicePoolsRequest, ListDevicePoolsResult> asyncHandler) Gets information about device pools.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 ListDevicePoolsRequestModifier and TypeMethodDescriptionListDevicePoolsRequest.clone()The project ARN.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.withType(DevicePoolType type) The device pools' type.The device pools' type.