| 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<ScheduleRunResult> |
AWSDeviceFarmAsyncClient.scheduleRunAsync(ScheduleRunRequest request,
AsyncHandler<ScheduleRunRequest,ScheduleRunResult> asyncHandler) |
Future<ScheduleRunResult> |
AWSDeviceFarmAsync.scheduleRunAsync(ScheduleRunRequest scheduleRunRequest,
AsyncHandler<ScheduleRunRequest,ScheduleRunResult> asyncHandler)
Schedules a run.
|
Future<ScheduleRunResult> |
AbstractAWSDeviceFarmAsync.scheduleRunAsync(ScheduleRunRequest request,
AsyncHandler<ScheduleRunRequest,ScheduleRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleRunRequest |
ScheduleRunRequest.clone() |
ScheduleRunRequest |
ScheduleRunRequest.withAppArn(String appArn)
The ARN of an application package to run tests against, created with CreateUpload.
|
ScheduleRunRequest |
ScheduleRunRequest.withConfiguration(ScheduleRunConfiguration configuration)
Information about the settings for the run to be scheduled.
|
ScheduleRunRequest |
ScheduleRunRequest.withDevicePoolArn(String devicePoolArn)
The ARN of the device pool for the run to be scheduled.
|
ScheduleRunRequest |
ScheduleRunRequest.withDeviceSelectionConfiguration(DeviceSelectionConfiguration deviceSelectionConfiguration)
The filter criteria used to dynamically select a set of devices for a test run and the maximum number of devices
to be included in the run.
|
ScheduleRunRequest |
ScheduleRunRequest.withExecutionConfiguration(ExecutionConfiguration executionConfiguration)
Specifies configuration information about a test run, such as the execution timeout (in minutes).
|
ScheduleRunRequest |
ScheduleRunRequest.withName(String name)
The name for the run to be scheduled.
|
ScheduleRunRequest |
ScheduleRunRequest.withProjectArn(String projectArn)
The ARN of the project for the run to be scheduled.
|
ScheduleRunRequest |
ScheduleRunRequest.withTest(ScheduleRunTest test)
Information about the test for the run to be scheduled.
|
Copyright © 2024. All rights reserved.