| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ScheduleRunResponse> |
DeviceFarmAsyncClient.scheduleRun(Consumer<ScheduleRunRequest.Builder> scheduleRunRequest)
Schedules a run.
|
default ScheduleRunResponse |
DeviceFarmClient.scheduleRun(Consumer<ScheduleRunRequest.Builder> scheduleRunRequest)
Schedules a run.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.appArn(String appArn)
The ARN of an application package to run tests against, created with CreateUpload.
|
static ScheduleRunRequest.Builder |
ScheduleRunRequest.builder() |
default ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.configuration(Consumer<ScheduleRunConfiguration.Builder> configuration)
Information about the settings for the run to be scheduled.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.configuration(ScheduleRunConfiguration configuration)
Information about the settings for the run to be scheduled.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.devicePoolArn(String devicePoolArn)
The ARN of the device pool for the run to be scheduled.
|
default ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.deviceSelectionConfiguration(Consumer<DeviceSelectionConfiguration.Builder> 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.Builder |
ScheduleRunRequest.Builder.deviceSelectionConfiguration(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.
|
default ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.executionConfiguration(Consumer<ExecutionConfiguration.Builder> executionConfiguration)
Specifies configuration information about a test run, such as the execution timeout (in minutes).
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.executionConfiguration(ExecutionConfiguration executionConfiguration)
Specifies configuration information about a test run, such as the execution timeout (in minutes).
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.name(String name)
The name for the run to be scheduled.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.projectArn(String projectArn)
The ARN of the project for the run to be scheduled.
|
default ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.test(Consumer<ScheduleRunTest.Builder> test)
Information about the test for the run to be scheduled.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.test(ScheduleRunTest test)
Information about the test for the run to be scheduled.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScheduleRunRequest.Builder> |
ScheduleRunRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.