Uses of Class
com.amazonaws.services.devicefarm.model.GetDevicePoolRequest
-
Packages that use GetDevicePoolRequest Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of GetDevicePoolRequest in com.amazonaws.services.devicefarm
Method parameters in com.amazonaws.services.devicefarm with type arguments of type GetDevicePoolRequest Modifier and Type Method Description Future<GetDevicePoolResult>AbstractAWSDeviceFarmAsync. getDevicePoolAsync(GetDevicePoolRequest request, AsyncHandler<GetDevicePoolRequest,GetDevicePoolResult> asyncHandler)Future<GetDevicePoolResult>AWSDeviceFarmAsync. getDevicePoolAsync(GetDevicePoolRequest getDevicePoolRequest, AsyncHandler<GetDevicePoolRequest,GetDevicePoolResult> asyncHandler)Gets information about a device pool.Future<GetDevicePoolResult>AWSDeviceFarmAsyncClient. getDevicePoolAsync(GetDevicePoolRequest request, AsyncHandler<GetDevicePoolRequest,GetDevicePoolResult> asyncHandler) -
Uses of GetDevicePoolRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return GetDevicePoolRequest Modifier and Type Method Description GetDevicePoolRequestGetDevicePoolRequest. clone()GetDevicePoolRequestGetDevicePoolRequest. withArn(String arn)The device pool's ARN.
-