| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDevicePoolCompatibilityResult> |
AWSDeviceFarmAsyncClient.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request,
AsyncHandler<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResult> asyncHandler) |
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.
|
| 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.withConfiguration(ScheduleRunConfiguration configuration)
An object that contains information about the settings for a run.
|
GetDevicePoolCompatibilityRequest |
GetDevicePoolCompatibilityRequest.withDevicePoolArn(String devicePoolArn)
The device pool's ARN.
|
GetDevicePoolCompatibilityRequest |
GetDevicePoolCompatibilityRequest.withTest(ScheduleRunTest test)
Information about the uploaded test to be run against the device pool.
|
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 © 2024. All rights reserved.