Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
Future<GetDevicePoolCompatibilityResult> |
AWSDeviceFarmAsync.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest getDevicePoolCompatibilityRequest,
AsyncHandler<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResult> asyncHandler)
Gets information about compatibility with a device pool.
|
Future<GetDevicePoolCompatibilityResult> |
AbstractAWSDeviceFarmAsync.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request,
AsyncHandler<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResult> asyncHandler) |
Future<GetDevicePoolCompatibilityResult> |
AWSDeviceFarmAsyncClient.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request,
AsyncHandler<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetDevicePoolCompatibilityRequest |
GetDevicePoolCompatibilityRequest.clone() |
GetDevicePoolCompatibilityRequest |
GetDevicePoolCompatibilityRequest.withAppArn(String appArn)
The ARN of the app that is associated with the specified device pool.
|
GetDevicePoolCompatibilityRequest |
GetDevicePoolCompatibilityRequest.withDevicePoolArn(String devicePoolArn)
The device pool's ARN.
|
GetDevicePoolCompatibilityRequest |
GetDevicePoolCompatibilityRequest.withTestType(String testType)
The test type for the specified device pool.
|
GetDevicePoolCompatibilityRequest |
GetDevicePoolCompatibilityRequest.withTestType(TestType testType)
The test type for the specified device pool.
|
Copyright © 2018. All rights reserved.