Uses of Class
com.amazonaws.services.devicefarm.model.GetDeviceRequest
-
Packages that use GetDeviceRequest Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of GetDeviceRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type GetDeviceRequest 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.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 GetDeviceRequest 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 GetDeviceRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return GetDeviceRequest Modifier and Type Method Description GetDeviceRequestGetDeviceRequest. clone()GetDeviceRequestGetDeviceRequest. withArn(String arn)The device type's ARN.
-