Package | Description |
---|---|
com.amazonaws.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
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> |
AWSDeviceFarmAsyncClient.getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request,
AsyncHandler<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResult> asyncHandler) |
Future<GetDevicePoolCompatibilityResult> |
AbstractAWSDeviceFarmAsync.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.withConfiguration(ScheduleRunConfiguration configuration)
An object containing 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 © 2019. All rights reserved.