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 GetDeviceResult
AbstractAWSDeviceFarm. getDevice(GetDeviceRequest request)
GetDeviceResult
AWSDeviceFarm. getDevice(GetDeviceRequest getDeviceRequest)
Gets information about a unique device type.GetDeviceResult
AWSDeviceFarmClient. 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 GetDeviceRequest
GetDeviceRequest. clone()
GetDeviceRequest
GetDeviceRequest. withArn(String arn)
The device type's ARN.
-