Uses of Class
com.amazonaws.services.devicefarm.model.GetDevicePoolCompatibilityRequest
-
Packages that use GetDevicePoolCompatibilityRequest Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of GetDevicePoolCompatibilityRequest in com.amazonaws.services.devicefarm
Method parameters in com.amazonaws.services.devicefarm with type arguments of type GetDevicePoolCompatibilityRequest Modifier and Type Method Description Future<GetDevicePoolCompatibilityResult>AbstractAWSDeviceFarmAsync. getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request, AsyncHandler<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResult> asyncHandler)Future<GetDevicePoolCompatibilityResult>AWSDeviceFarmAsync. getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest getDevicePoolCompatibilityRequest, AsyncHandler<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResult> asyncHandler)Gets information about compatibility with a device pool.Future<GetDevicePoolCompatibilityResult>AWSDeviceFarmAsyncClient. getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request, AsyncHandler<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResult> asyncHandler) -
Uses of GetDevicePoolCompatibilityRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return GetDevicePoolCompatibilityRequest Modifier and Type Method Description GetDevicePoolCompatibilityRequestGetDevicePoolCompatibilityRequest. clone()GetDevicePoolCompatibilityRequestGetDevicePoolCompatibilityRequest. withAppArn(String appArn)The ARN of the app that is associated with the specified device pool.GetDevicePoolCompatibilityRequestGetDevicePoolCompatibilityRequest. withDevicePoolArn(String devicePoolArn)The device pool's ARN.GetDevicePoolCompatibilityRequestGetDevicePoolCompatibilityRequest. withTestType(TestType testType)The test type for the specified device pool.GetDevicePoolCompatibilityRequestGetDevicePoolCompatibilityRequest. withTestType(String testType)The test type for the specified device pool.
-