Uses of Class
com.amazonaws.services.devicefarm.model.GetDeviceResult
-
Packages that use GetDeviceResult Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of GetDeviceResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return GetDeviceResult Modifier and Type Method Description GetDeviceResultAbstractAWSDeviceFarm. getDevice(GetDeviceRequest request)GetDeviceResultAWSDeviceFarm. getDevice(GetDeviceRequest getDeviceRequest)Gets information about a unique device type.GetDeviceResultAWSDeviceFarmClient. getDevice(GetDeviceRequest getDeviceRequest)Gets information about a unique device type.Methods in com.amazonaws.services.devicefarm that return types with arguments of type GetDeviceResult Modifier and Type Method Description Future<GetDeviceResult>AbstractAWSDeviceFarmAsync. getDeviceAsync(GetDeviceRequest request)Future<GetDeviceResult>AbstractAWSDeviceFarmAsync. getDeviceAsync(GetDeviceRequest request, AsyncHandler<GetDeviceRequest,GetDeviceResult> asyncHandler)Future<GetDeviceResult>AWSDeviceFarmAsync. getDeviceAsync(GetDeviceRequest getDeviceRequest)Gets information about a unique device type.Future<GetDeviceResult>AWSDeviceFarmAsync. getDeviceAsync(GetDeviceRequest getDeviceRequest, AsyncHandler<GetDeviceRequest,GetDeviceResult> asyncHandler)Gets information about a unique device type.Future<GetDeviceResult>AWSDeviceFarmAsyncClient. getDeviceAsync(GetDeviceRequest request)Future<GetDeviceResult>AWSDeviceFarmAsyncClient. getDeviceAsync(GetDeviceRequest request, AsyncHandler<GetDeviceRequest,GetDeviceResult> asyncHandler)Method parameters in com.amazonaws.services.devicefarm with type arguments of type GetDeviceResult Modifier and Type Method Description Future<GetDeviceResult>AbstractAWSDeviceFarmAsync. getDeviceAsync(GetDeviceRequest request, AsyncHandler<GetDeviceRequest,GetDeviceResult> asyncHandler)Future<GetDeviceResult>AWSDeviceFarmAsync. getDeviceAsync(GetDeviceRequest getDeviceRequest, AsyncHandler<GetDeviceRequest,GetDeviceResult> asyncHandler)Gets information about a unique device type.Future<GetDeviceResult>AWSDeviceFarmAsyncClient. getDeviceAsync(GetDeviceRequest request, AsyncHandler<GetDeviceRequest,GetDeviceResult> asyncHandler) -
Uses of GetDeviceResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return GetDeviceResult Modifier and Type Method Description GetDeviceResultGetDeviceResult. clone()GetDeviceResultGetDeviceResult. withDevice(Device device)
-