Uses of Class
com.amazonaws.services.devicefarm.model.GetDevicePoolCompatibilityRequest
Packages that use GetDevicePoolCompatibilityRequest
-
Uses of GetDevicePoolCompatibilityRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type GetDevicePoolCompatibilityRequestModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.getDevicePoolCompatibility(GetDevicePoolCompatibilityRequest request) AWSDeviceFarm.getDevicePoolCompatibility(GetDevicePoolCompatibilityRequest getDevicePoolCompatibilityRequest) Gets information about compatibility with a device pool.AWSDeviceFarmClient.getDevicePoolCompatibility(GetDevicePoolCompatibilityRequest getDevicePoolCompatibilityRequest) Gets information about compatibility with a device pool.AbstractAWSDeviceFarmAsync.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request) AbstractAWSDeviceFarmAsync.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request, AsyncHandler<GetDevicePoolCompatibilityRequest, GetDevicePoolCompatibilityResult> asyncHandler) AWSDeviceFarmAsync.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest getDevicePoolCompatibilityRequest) Gets information about compatibility with a device pool.AWSDeviceFarmAsync.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest getDevicePoolCompatibilityRequest, AsyncHandler<GetDevicePoolCompatibilityRequest, GetDevicePoolCompatibilityResult> asyncHandler) Gets information about compatibility with a device pool.AWSDeviceFarmAsyncClient.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request) AWSDeviceFarmAsyncClient.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request, AsyncHandler<GetDevicePoolCompatibilityRequest, GetDevicePoolCompatibilityResult> asyncHandler) Method parameters in com.amazonaws.services.devicefarm with type arguments of type GetDevicePoolCompatibilityRequestModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request, AsyncHandler<GetDevicePoolCompatibilityRequest, GetDevicePoolCompatibilityResult> asyncHandler) AWSDeviceFarmAsync.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest getDevicePoolCompatibilityRequest, AsyncHandler<GetDevicePoolCompatibilityRequest, GetDevicePoolCompatibilityResult> asyncHandler) Gets information about compatibility with a device pool.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 GetDevicePoolCompatibilityRequestModifier and TypeMethodDescriptionGetDevicePoolCompatibilityRequest.clone()GetDevicePoolCompatibilityRequest.withAppArn(String appArn) The ARN of the app that is associated with the specified device pool.GetDevicePoolCompatibilityRequest.withDevicePoolArn(String devicePoolArn) The device pool's ARN.GetDevicePoolCompatibilityRequest.withTestType(TestType testType) The test type for the specified device pool.GetDevicePoolCompatibilityRequest.withTestType(String testType) The test type for the specified device pool.