Uses of Class
com.amazonaws.services.devicefarm.model.ListDevicePoolsResult
Packages that use ListDevicePoolsResult
-
Uses of ListDevicePoolsResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return ListDevicePoolsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.listDevicePools(ListDevicePoolsRequest request) AWSDeviceFarm.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest) Gets information about device pools.AWSDeviceFarmClient.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest) Gets information about device pools.Methods in com.amazonaws.services.devicefarm that return types with arguments of type ListDevicePoolsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.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 ListDevicePoolsResultModifier 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 ListDevicePoolsResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListDevicePoolsResultModifier and TypeMethodDescriptionListDevicePoolsResult.clone()ListDevicePoolsResult.withDevicePools(DevicePool... devicePools) Information about the device pools.ListDevicePoolsResult.withDevicePools(Collection<DevicePool> devicePools) Information about the device pools.ListDevicePoolsResult.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.