Uses of Class
com.amazonaws.services.devicefarm.model.GetDevicePoolResult
-
Packages that use GetDevicePoolResult Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of GetDevicePoolResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return GetDevicePoolResult Modifier and Type Method Description GetDevicePoolResultAbstractAWSDeviceFarm. getDevicePool(GetDevicePoolRequest request)GetDevicePoolResultAWSDeviceFarm. getDevicePool(GetDevicePoolRequest getDevicePoolRequest)Gets information about a device pool.GetDevicePoolResultAWSDeviceFarmClient. getDevicePool(GetDevicePoolRequest getDevicePoolRequest)Gets information about a device pool.Method parameters in com.amazonaws.services.devicefarm with type arguments of type GetDevicePoolResult 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 GetDevicePoolResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return GetDevicePoolResult Modifier and Type Method Description GetDevicePoolResultGetDevicePoolResult. clone()GetDevicePoolResultGetDevicePoolResult. withDevicePool(DevicePool devicePool)
-