Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private ScheduleRunConfiguration |
ScheduleRunRequest.configuration
Information about the settings for the run to be scheduled.
|
Modifier and Type | Method and Description |
---|---|
ScheduleRunConfiguration |
ScheduleRunConfiguration.clone() |
ScheduleRunConfiguration |
ScheduleRunRequest.getConfiguration()
Information about the settings for the run to be scheduled.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withAuxiliaryApps(java.util.Collection<java.lang.String> auxiliaryApps)
A list of auxiliary apps for the run.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withAuxiliaryApps(java.lang.String... auxiliaryApps)
A list of auxiliary apps for the run.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or
unmetered . |
ScheduleRunConfiguration |
ScheduleRunConfiguration.withBillingMethod(java.lang.String billingMethod)
Specifies the billing method for a test run:
metered or
unmetered . |
ScheduleRunConfiguration |
ScheduleRunConfiguration.withExtraDataPackageArn(java.lang.String extraDataPackageArn)
The ARN of the extra data for the run.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withLocale(java.lang.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(java.lang.String networkProfileArn)
Reserved for internal use.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withRadios(Radios radios)
Information about the radio states for the run.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleRunRequest.setConfiguration(ScheduleRunConfiguration configuration)
Information about the settings for the run to be scheduled.
|
ScheduleRunRequest |
ScheduleRunRequest.withConfiguration(ScheduleRunConfiguration configuration)
Information about the settings for the run to be scheduled.
|
Modifier and Type | Method and Description |
---|---|
ScheduleRunConfiguration |
ScheduleRunConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleRunConfigurationJsonMarshaller.marshall(ScheduleRunConfiguration scheduleRunConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|