| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleRunConfiguration |
ScheduleRunConfiguration.clone() |
ScheduleRunConfiguration |
ScheduleRunRequest.getConfiguration()
Information about the settings for the run to be scheduled.
|
ScheduleRunConfiguration |
GetDevicePoolCompatibilityRequest.getConfiguration()
An object that contains information about the settings for a run.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withAuxiliaryApps(Collection<String> auxiliaryApps)
A list of upload ARNs for app packages to be installed with your app.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withAuxiliaryApps(String... auxiliaryApps)
A list of upload ARNs for app packages to be installed with your app.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered. |
ScheduleRunConfiguration |
ScheduleRunConfiguration.withBillingMethod(String billingMethod)
Specifies the billing method for a test run:
metered or unmetered. |
ScheduleRunConfiguration |
ScheduleRunConfiguration.withCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input
CustomerArtifactPaths object for the scheduled run configuration. |
ScheduleRunConfiguration |
ScheduleRunConfiguration.withExtraDataPackageArn(String extraDataPackageArn)
The ARN of the extra data for the run.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withLocale(String locale)
Information about the locale that is used for the run.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withLocation(Location location)
Information about the location that is used for the run.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withNetworkProfileArn(String networkProfileArn)
Reserved for internal use.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withRadios(Radios radios)
Information about the radio states for the run.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of ARNs for your VPC endpoint configurations.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withVpceConfigurationArns(String... vpceConfigurationArns)
An array of ARNs for your VPC endpoint configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleRunRequest.setConfiguration(ScheduleRunConfiguration configuration)
Information about the settings for the run to be scheduled.
|
void |
GetDevicePoolCompatibilityRequest.setConfiguration(ScheduleRunConfiguration configuration)
An object that contains information about the settings for a run.
|
ScheduleRunRequest |
ScheduleRunRequest.withConfiguration(ScheduleRunConfiguration configuration)
Information about the settings for the run to be scheduled.
|
GetDevicePoolCompatibilityRequest |
GetDevicePoolCompatibilityRequest.withConfiguration(ScheduleRunConfiguration configuration)
An object that contains information about the settings for a run.
|
Copyright © 2021. All rights reserved.