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 GetDevicePoolResult
AbstractAWSDeviceFarm. getDevicePool(GetDevicePoolRequest request)
GetDevicePoolResult
AWSDeviceFarm. getDevicePool(GetDevicePoolRequest getDevicePoolRequest)
Gets information about a device pool.GetDevicePoolResult
AWSDeviceFarmClient. 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 GetDevicePoolResult
GetDevicePoolResult. clone()
GetDevicePoolResult
GetDevicePoolResult. withDevicePool(DevicePool devicePool)
-